Skip to content

MallorcaJS/node-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-workshop

Sample code for the MallorcaJS workshop of Jan 15th 2015

There are 4 snippets of code in this repository:

  • interpreter: shows how to deal with files sync and asynchronously.
  • http: shows three ways of creating a simple http server
  • net: creates a very simple server that can be accessed via telnet
  • unit-tests: shows how to export a function and how to unit-test it

Run npm install from the root folder of the project in order to install dependencies.

Run grunt from the root folder to jshint the code.

Run npm test from the root folder to run the tests.

Happy coding!!

About

Sample code for the MallorcaJS workshop of Jan 15th 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published