Skip to content

calam1/clojurescript-nodejs-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojurescript-nodejs-examples

This example is a simple clojurescript web app running on nodejs using express.

i.e.

Notes:

You must have nodejs installed - if you are on a mac just brew install node You also must have express installed. Once you have node installed run npm express - npm is installed when you install nodejs

once you compiled this project with the following command - I am using leinengen to manage my projects

lein cljsbuild once

run node nodehello.js (in the directory that nodehello.js resides which should be in the src directory.

credit: http://andreio.net/clojurescript_with_node_modules_10_Dec_2013.html

About

A collection of clojurescript examples running on nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published