ianharrigan / hxWebSockets

hxWebSockets - websockets for all haxe platforms
https://github.com/ianharrigan/hxWebSockets
81 stars 18 forks source link

Support for SSL on server #30

Closed Tezar closed 3 years ago

Tezar commented 3 years ago

Resolves #29. As side effects compiler no longer complains about deprecated Std.is.

+ various tiny fixes to make our client working with our server, should be according to specs.

After this, library should be providing full ssl support on both server and client.

ianharrigan commented 3 years ago

Thanks so much for your work on this, hugely appreciated!