Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 470 Bytes

Koa Workshop - 19 October 2016

This workshop runs through basics of nodejs and koajs, implementing these fundamental features that can be seen in all web applications:

  1. Ability to serve static files
  2. Template rendering
  3. Integration with a data source (redis in this case)
  4. Full router functionality
  5. Ability to read parameters from dynamic routes

To run

  1. Run npm install
  2. Make sure redis is up and running
  3. Type DEBUG=jsw:* node index.js