Rainbow is a distributed IM system that will cover all platforms. Including IOS, Android, Web, Windows and MacOS. Only servers here!!!
rainbow
├── rainbow-api: common program
│ ├── src: source code
│ └── pom: pom file
├── rainbow-biz: provide business program for clients
│ ├── src: source code
│ └── pom: pom file
├── rainbow-cli: clients test program
│ ├── src: source code
│ └── pom: pom file
├── rainbow-skt: provide socket support for clients
│ ├── src: source code
│ └── pom: pom file
└── rainbow-web: websocket clients test program
- Get offline messages
- Disconnect and reconnect function
- Message store
- Contact list
- Message list
- uncertain
- uncertain
Rainbow is under the Apache 2.0 license. See the LICENSE file for details.