Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudshift committed Jun 5, 2011
1 parent dbf2380 commit e280eca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Ex2.hx
Expand Up @@ -2,6 +2,7 @@
// Compile with
// haxe -D nodejs -cp . -js ex2.js -main Ex2


import js.Node;

class Ex2 {
Expand Down
7 changes: 7 additions & 0 deletions README
Expand Up @@ -50,3 +50,10 @@ Ex1.hx:6: {
Ex1.hx:7: 5029952
Ex1.hx:11: [204.232.203.106]


To compile with haxelib

haxe -D nodejs -lib nodejs .... etc



0 comments on commit e280eca

Please sign in to comment.