A haxe to neko server implementation of websockets.
git clone git@github.com:thomasuster/haxe-websocket-server.git
haxelib dev haxe-websocket-server haxe-websocket-server
cd haxe-websocket-server
haxelib run munit test
- 
Run the example server
cd haxe-websocket-server/example/server haxe build.hxml neko Build.n - 
In a new console build the example client
cd haxe-websocket-server/example/client haxe build.hxml open index.html - 
Show the javascript console (alt+command+i for osx chrome)
 - 
You should see something like this...
ping pong ping pong ... - 
Open haxe-websocket-server/example/ and see how it works!