This workshop runs through basics of nodejs
and koajs
, implementing these fundamental features that can be seen in all web applications:
- Ability to serve static files
- Template rendering
- Integration with a data source (redis in this case)
- Full router functionality
- Ability to read parameters from dynamic routes
- Run
npm install
- Make sure redis is up and running
- Type
DEBUG=jsw:* node index.js