Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owickstrom/hello-node-cljs
Testing Node and Express with ClojureScript.
https://github.com/owickstrom/hello-node-cljs
Last synced: about 1 month ago
JSON representation
Testing Node and Express with ClojureScript.
- Host: GitHub
- URL: https://github.com/owickstrom/hello-node-cljs
- Owner: owickstrom
- Created: 2014-03-01T12:02:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T10:37:35.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T23:41:44.867Z (8 months ago)
- Language: Clojure
- Size: 162 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-node-cljs
This is a project to test writing ClojureScript for NodeJS and Express.
I started out with the [nodecljs template](http://blog.lauripesonen.com/leiningen-template-for-cljs-on-node-projects/).
## Running it
To just compile and run the application:
lein cljsbuild once
node server.jsIf you want automated compilation and reloading of the server you can
use [nodemon](https://github.com/remy/nodemon).lein cljsbuild auto
# And in another tab/pane/whatever...
nodemon server.jsThe application is served at `localhost:3000`.
## License
Copyright © 2014 Oskar Wickström
Distributed under the Eclipse Public License, the same as Clojure.