Skip to content

mathias/hoplon-and-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoplon-and-node

A demo of a Hoplon page being served by a ClojureScript node app.

Usage

Node server

Install the node dependencies:

lein npm install

Compile the ClojureScript for the node app with:

lein cljsbuild once

Now run the node app:

node src/js/node.js

And leave the server running.

Hoplon page

Compile the Hoplon pages with:

boot development

Now you should be able to load http://localhost:3000 and see the example app!

License

Copyright © 2014 Matt Gauger

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A demo of a Hoplon page being served by a node.js app written in ClojureScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published