smallapp
Barebone Sails.js application to illustrate how easy it is to start writing business logic in Sails.js. There is also an example of how to log each request to stdout using Express middleware.
To run:
- Clone to local
- At command line:
npm install
- At command line:
sails lift
- Visit from browser:
http://localhost:1337/chat