guys, I just saw a project on M.O.G. (multiplayer online game) servers, I have tried to make a chat server but it takes more than one would expect my first attempt was a half success, it worked but it either wouldn't post anything or would just repeat the chat cache, please give me some tips for impovring the chat engine, and i shall share the bingo prject when its complete
Offline
I would suggest having the client send the message through a variable and broadcasts or something and all the other clients receive it then display, and have it only do it once per message being sent. That way it doesn't repeat or anything. Though then it wouldn't show the old messages upon connecting. So I'm not sure.
Offline
Yeah, it'd be hard, but you could do it with mesh. Separate projects for client and server, though.
Offline