Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 394 Bytes

NodePractice

Run npm install to install all the relevant packages.

To start server, type

node server.js <implementation_type>

where implementation_type can be replaced by one of the following options.

  • simple
  • async
  • promise
  • stream

When no other option is provided simple will be taken as a default option. Server will use simple-implementation.js respectively.