This fork adds support for encrypted connections + other improvements. Pull requests are welcome!
Platform | Support |
---|---|
HTML5 | WS/WSS |
Flash | WS/WSS/Socket/BlueBox |
Adobe AIR | WS/Socket/BlueBox |
Windows | WS/WSS/Socket/BlueBox |
Linux | Untested |
macOS | Socket/BlueBox |
Android | Socket/BlueBox |
iOS | Socket/BlueBox |
Neko | Socket/BlueBox |
HashLink | Socket/BlueBox |
Installation:
haxelib install smartfox-haxe-client
Add the following line to your project.xml:
<haxelib name="smartfox-haxe-client"/>
Usage is very similar to the AS3 API. Check out AS3 examples here:
http://docs2x.smartfoxserver.com/ExamplesFlash/introduction
A special thanks to Vincent Blanchet for the original port and to everyone else who has helped make this project what it is.