/s-talk-server

Realtime message server base on pomelo game server framework. Powered by node.js

Primary LanguageJavaScript

S-talk-server

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

CircleCI

Viewing

Configuration

  • 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.

Deployment

Monitoring

Client

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