java-game-server
java-game-server copied to clipboard
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...
there was no exception when it isn't set Undead so it kept closing.
Is this project alive? anybody on this project? It seems that there is not any update since two years age
Hi, can i use it in unity3d?
Could you change spring 3.x to spring 4.x ? I alway use jdk 8.x, so get error: Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Failed to load bean class: io.nadron.example.SpringConfig; nested exception...
Hi, i'm learning about Netty, I downloaded your source code but I do not know how to use it. Can you guide me how to use it? Thank you very...
It is a common requirement to have a Lobby room which is a special gameroom that has list of other game rooms. Users first login to this game room and...
i'am reading the nadron netty source code now,the only topic on wiki can help me is to old now. the topic in wiki "Jetserver internal details and how it works."is...
why this happend when i use ``` for(Channel channel :channels) { channel.writeAndFlush(msg); } ``` the same message send two channel had the error data it likes two channel use the...
If on both sides Nadron and Flash client to set up AMF3 protocol, in this case flash client does not receive START event, instead the client receives LOG_OUT event.