Add node.js script

This commit is contained in:
Juraj Michalek
2012-11-25 20:52:46 +01:00
parent d4fa1ef6aa
commit 01739c98ff
2 changed files with 18 additions and 0 deletions

View File

@@ -41,6 +41,16 @@ How to run:
make
./helloworld
node
----
Example from Node.js web site. Create simple server.
How to run:
cd node.js
node echo-server.js
uv
--