https://github.com/gr1d99/simple_realtime_chat_app
https://github.com/gr1d99/simple_realtime_chat_app
actioncable rails ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gr1d99/simple_realtime_chat_app
- Owner: gr1d99
- Created: 2019-06-06T07:11:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:21:12.000Z (over 2 years ago)
- Last Synced: 2024-04-16T04:24:04.864Z (over 1 year ago)
- Topics: actioncable, rails, ruby
- Language: Ruby
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Setup
1. `clone`
2. `bundle install`
3. `rake db:create db:migrate`
4. `rails s -b '0.0.0.0 -p 3000`
5. `share your public ip address with your friends and start chatting`
6. `there is no persistence`