A simple chat room experiment using pomelo framework and html5. The chat server currently runs on nodejs v0.8, and should run fine on the latest stable as well.It requires the following npm libraries:
- pomelo
- crc
- The server setting (server number, host and port, etc.) can be configured in 'game-server/config/servers.json' and 'game-server/config/master.json' files.
- Other settings (log4js etc.) also can be configured in 'game-server/config' folder.
Java-Android client https://github.com/planktons/stalk-droid-client/tree/master/stalk
Javascript client https://github.com/planktons/stalk-javascript-client
C-sharp-unity3d client https://github.com/planktons/stalk-c-sharp-unity3d-client