forked from boorik/smartfox-haxe-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New haxe targets have been added.
- Loading branch information
Showing
71 changed files
with
1,185 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,77 @@ | ||
SmartFoxServer 2X Haxe Client API (Very Experimental) | ||
======================= | ||
|
||
SmartFoxServer 2X Haxe Client API | ||
======================= | ||
|
||
**Special Thanks** | ||
|
||
[Originally created by **Vincent Blanchet**](https://github.com/boorik/smartfox-haxe-client) | ||
|
||
|
||
**OpenFL Dependency is will removing soon!** (Coming Soon) | ||
|
||
OpenFL Platforms | ||
---------------------------------- | ||
|Platform|Support| | ||
|--|--| | ||
|HTML5|WS/WSS| | ||
|Flash|WS/WSS/Socket/BlueBox| | ||
|Adobe AIR|WS/Socket/BlueBox| | ||
|Windows|WS/WSS/Socket/BlueBox| | ||
|Flash|TCP Socket/WS/WSS/BlueBox| | ||
|Adobe AIR|TCP Socket/WS/BlueBox| | ||
|Windows|TCP Socket/WS/WSS/BlueBox| | ||
|Linux|Untested| | ||
|Mac OS|Untested| | ||
|Android|Untested| | ||
|iOS|Untested| | ||
|Neko|Untested| | ||
|Emscripten|Untested| | ||
|Python|Coming Soon| | ||
|HashLink|Coming Soon| | ||
|
||
Pull requests are welcome | ||
|
||
Let me know how it works on other targets | ||
|
||
Pure Haxe translation of the as3 client for the Smartfox server http://www.smartfoxserver.com/ | ||
|
||
CURRENTLY WORKING WITH : | ||
---------------------------------- | ||
|
||
haxe: 4.0.5 | ||
|
||
haxe-crypto: 0.0.7 | ||
|
||
haxe-ws: 1.0.5 | ||
|
||
---------------------------------- | ||
|
||
Instructions: | ||
===== | ||
|
||
Haxe Platforms | ||
---------------------------------- | ||
|Platform|Support| | ||
|--|--| | ||
|Python|TCP Socket/WS/WSS| | ||
|Neko|TCP Socket/WS/WSS| | ||
|HashLink|TCP Socket/WS/WSS| | ||
|CPP|TCP Socket/WS/WSS| | ||
|Lua|Untested| | ||
|C#|Untested| | ||
|Java|Untested| | ||
|PHP|FAIL (no thread support!)| | ||
|
||
Pull requests are welcome | ||
|
||
Let me know how it works on other targets. | ||
|
||
Pure Haxe translation of the as3 client for the Smartfox server http://www.smartfoxserver.com/ | ||
|
||
|
||
Warning: | ||
---------------------------------- | ||
|
||
**BlueBox is not optimized for multi threading, not recommended to use.** | ||
|
||
**UDP Socket Support Dropped!** (If you need udp socket feature, please open issue.) | ||
|
||
|
||
Currently Working With: | ||
---------------------------------- | ||
|
||
haxe: 4.0.5 | ||
|
||
haxe-crypto: 0.0.7 | ||
|
||
haxe-ws: 1.0.5 | ||
|
||
---------------------------------- | ||
|
||
Instructions: | ||
===== | ||
Installation | ||
|
||
``` | ||
haxelib git smartfox-haxe-client https://github.com/barisyild/smartfox-haxe-client.git | ||
``` | ||
add in your project.xml: | ||
``` | ||
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 | ||
|
||
TODO: | ||
Then you can use it like the as3 api, check the as3 exemples there: | ||
http://docs2x.smartfoxserver.com/ExamplesFlash/introduction | ||
|
||
TODO: | ||
==== | ||
* test app | ||
* improve typing | ||
|
||
Special Thanks | ||
==== | ||
* test app | ||
* improve typing | ||
[Originally created by **Vincent Blanchet**](https://github.com/boorik/smartfox-haxe-client) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.