hxnet
hxnet copied to clipboard
Networking library for Haxe (UDP, TCP, RPC, Telnet, WebSocket)
Trying to set up a Udp server, using: import hxnet.base.Factory; import hxnet.udp.Server; var server = new Server(new Factory(hxnet.protocols.Telnet), 5959, "localhost"); I get the errors: /usr/local/lib/haxelib/hxnet/git/hxnet/udp/Server.hx:72: characters 5-28 : hxnet.interfaces.Protocol has...
Hello, I've been trying to use hxnet for my small test app using WebSocket protocol, but I can't wrap my head around how its supposed to be used. I have...
When a client drops, it makes the server crash.is there a way to handle this without crashing the server? ( only tested on telnet). It should be noted that if...