Special Thanks
Originally created by Vincent Blanchet
WebSocket fully supports on all OpenFL targets! (Including Flash)
Platform | Support |
---|---|
HTML5 | WS/WSS |
Flash | WS/WSS/Socket/BlueBox |
Adobe AIR | WS/Socket/BlueBox |
Windows | WS/WSS/Socket/BlueBox |
Linux | Untested |
Mac OS | Untested |
Android | Untested |
iOS | Untested |
Neko | Untested |
Emscripten | Untested |
Pull requests are welcome
Let me know how it works on other targets
Haxe OpenFL translation of the as3 client for the Smartfox server http://www.smartfoxserver.com/
haxe: 4.0.5
lime: 7.6.3
openfl: 8.9.5
haxe-crypto: 0.0.7
haxe-ws: 1.0.5
Installation
haxelib git smartfox-haxe-client https://github.com/barisyild/smartfox-haxe-client.git
add in your project.xml:
<haxelib name="smartfox-haxe-client"/>
Then you can use it like the as3 api, check the as3 exemples there :
http://docs2x.smartfoxserver.com/ExamplesFlash/introduction
- test app
- improve typing