Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no example and doc? #51

Open
cnbryan opened this issue Aug 21, 2017 · 3 comments
Open

no example and doc? #51

cnbryan opened this issue Aug 21, 2017 · 3 comments

Comments

@cnbryan
Copy link

cnbryan commented Aug 21, 2017

no example and doc?
how can i use..

@HelloKitty
Copy link
Owner

HelloKitty commented Aug 22, 2017

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
Copy link
Owner

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.

@cnbryan
Copy link
Author

cnbryan commented Aug 23, 2017

tks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants