menacher / java-game-server

Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.
MIT License
1.27k stars 560 forks source link

using in unity3d #71

Open saied63 opened 9 years ago

saied63 commented 9 years ago

Hi, can i use it in unity3d?

menacher commented 9 years ago

Looks like unity already provides its own server for networking which plays the game in local server(authoritative server mode). So even though you might be able to use nadron, it might not be a good fit.

sandeeporaclesdk commented 6 years ago

you an use with unity instead of photon or playfab.this can be used as api,socket based. you you need performances then use it

sandeeporaclesdk commented 6 years ago

more custumization as compaired to photon