There was an error while loading. Please reload this page.
1 parent 6c0d4b3 commit b8128cfCopy full SHA for b8128cf
README.md
@@ -0,0 +1,16 @@
1
+# node-workshop
2
+Sample code for the MallorcaJS workshop of Jan 15th 2015
3
+
4
+There are 4 snippets of code in this repository:
5
+ - interpreter: shows how to deal with files sync and asynchronously.
6
+ - http: shows three ways of creating a simple http server
7
+ - net: creates a very simple server that can be accessed via telnet
8
+ - unit-tests: shows how to export a function and how to unit-test it
9
10
+Run <code>npm install</code> in the root folder of the project in order to install dependencies.
11
12
+Run <code>grunt</code> fron the root folder to jshint the code.
13
14
+Run <code>npm test</code> from the root folder to run the tests.
15
16
+Happy coding!!
0 commit comments