GladNet3 icon indicating copy to clipboard operation
GladNet3 copied to clipboard

no example and doc?

Open cnbryan opened this issue 8 years ago • 3 comments

no example and doc? how can i use..

cnbryan avatar Aug 21 '17 15:08 cnbryan

Hiya, yea I don't have too much documentation at the moment. There has been some flux lately too, I've dropped a lot of support for GladNet2 implementations including the PhotonServer implementation and the ASP Core implementation.

Going forward the focus is unity to unity communication and in the future also unity to standalone .NET. I'm also dropping support for server to server communication in lieu of better ways to communicate between severs such as message queues and now that Unity supports .NET4.6 it is easily written async.

It's not ready for public use, still even today, so sorry if you found a link to it somewhere. If you did care to post it so I can update it and add a warning?

Sorry!

HelloKitty avatar Aug 22 '17 17:08 HelloKitty

If you have non-realtime networking needs might I recommend another promising networking library I maintain that does in fact have documentation and examples: https://github.com/HelloKitty/TypeSafe.Http.Net

It's available on Nuget too and results in pretty performant code now that Unity3D supports async. Complimented with an async extension library I wrote here: https://github.com/HelloKitty/Unitysync.Async it may find it better serves your needs than GladNet2. Depending on if you need non-realtime networking. Since it's HTTP.

GladNet2 just still isn't ready for public comsumption.

HelloKitty avatar Aug 22 '17 17:08 HelloKitty

tks

cnbryan avatar Aug 23 '17 04:08 cnbryan