https://github.com/flowerwrong/ruby-chat-server
A chat server in ruby
https://github.com/flowerwrong/ruby-chat-server
Last synced: 3 months ago
JSON representation
A chat server in ruby
- Host: GitHub
- URL: https://github.com/flowerwrong/ruby-chat-server
- Owner: FlowerWrong
- Created: 2016-01-22T09:55:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T10:17:31.000Z (over 9 years ago)
- Last Synced: 2025-01-11T11:16:05.720Z (5 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## chat server in ruby
#### Usage
```bash
# start mqtt server
sudo service mosquitto start# start sub process
ruby sub.rb# start chat server
ruby server.rb
```#### Client
```bash
ruby client.rb
```#### Design
* Store session to redis
* Use mqtt(pub/sub) to exchange message