BSSIM
BSSIM is a simple example of the instant messaging server using the node.js + mongodb development.
This server only implements some basic features:
- To manage the life cycle of users and their sessions
- Multiplayer session support
- User Messaging
- Broadcasting System news
- Offline messaging support
This project is a simplified version of the project into production. Want to help the beginner to some node.js. Look forward to your criticism and advice.
#BSSIM
BSSIM是一个简单的即时消息服务器示例,使用node.js + mongodb开发。
这个服务器只实现了一些基本的特性:
- 管理用户及其会话的生命周期
- 多人会话支持
- 用户消息传递
- 广播系统消息
- 离线消息支持
这个项目只是一个投入生产的项目的简化版。希望能帮助到一些node.js的初学者。也期待您的批评与指教。