Skip to content

soggie/koa-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code example for a workshop on node + koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published