Skip to content

wikiti/extension-networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Haxelib Version CircleCI

OpenFL Networking Library

extension-networking logo

Description

extension-networking is a library developed for OpenFL to facilitate connections between applications, using TCP sockets, and following the scheme of event-driven programming.

Installation

Add the library to your project.xml:

<haxelib name="extension-networking" />

And use haxelib to install it:

$ haxelib install extension-networking

Usage

Please check the wiki for more information about usage and configuration.

Development

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

Publish

Update the haxelib version on haxelib.json and commit the changes to master, and push the changes:

# Update haxelib.json
git commit -m "Update version"
git push origin master

Create a git tag with the current version and push it:

git tag x.y.z
git push origin x.y.z

Compress the repository:

git archive -o publish.zip HEAD

And publish the haxelib:

haxelib submit publish.zip

TODO

Contributors

This project has been developed by:

Avatar Name Nickname Email
Daniel Herzog Wikiti info@danielherzog.es

About

Library developed for OpenFL to facilitate connections between applications, using TCP sockets, and following the scheme of event-driven programming.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages