extension-networking
is a library developed for OpenFL to facilitate connections between applications, using TCP sockets, and following the scheme of event-driven programming.
Add the library to your project.xml
:
<haxelib name="extension-networking" />
And use haxelib
to install it:
$ haxelib install extension-networking
Please check the wiki for more information about usage and configuration.
Clone the repository:
$ git clone https://github.com/wikiti/extension-networking
Then, setup the development directory:
$ haxelib dev extension-networking extension-networking
To run tests use munit:
$ haxelib run munit test
- Add more unit tests related to sockets.
- Test untested platforms.
This project has been developed by:
Avatar | Name | Nickname | |
---|---|---|---|
Daniel Herzog | Wikiti | [email protected] |