dixonary / netevents

A simple, event-driven TCP networking client-server architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netevents

A simple, event-driven TCP networking client-server architecture for Haxe.

DO NOT USE THIS CODE. I AM STILL WORKING ON IT AND IT DOES NOT ACTUALLY WORK YET ONLY JUST WORKS.

Supported targets

  • C++:
    • Windows
    • Linux
    • Mac 1
    • Android, via C++
    • iOS, via C++ 1
    • Java 1

1 Untested, use at your own risk

How to use

Compiler defines

By default, netevents will print some (but not all) debugging information. Specifying -D NE_QUIET will disable all readout. Specifying -D NE_VERBOSE will also print all data sent and received.

About

A simple, event-driven TCP networking client-server architecture.


Languages

Language:Haxe 100.0%