https://github.com/rubyhcm/chat_real_time
Chat realtime using rails cable(socket)
https://github.com/rubyhcm/chat_real_time
cable chat rails realtime ruby socket
Last synced: about 1 month ago
JSON representation
Chat realtime using rails cable(socket)
- Host: GitHub
- URL: https://github.com/rubyhcm/chat_real_time
- Owner: rubyhcm
- Created: 2023-10-06T06:56:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T05:00:55.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:44:18.011Z (about 1 year ago)
- Topics: cable, chat, rails, realtime, ruby, socket
- Language: Ruby
- Homepage: https://chat.rails-blog.online/
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chatting App: Rails 5 and Action Cable
Users can sign up/log in with a username and create a chatroom or choose from an existing one to start real-time messaging.
You can view my deployment of this application [here](https://chat.rails-blog.online/) (it may take sometime to load if the server is sleep, because it 's free) , or you can use the button below to deploy your own version.
[](https://render.com/deploy)
To view an implementation of this project, check out this [repo](https://github.com/rubyhcm/chat_real_time)
### Running Locally
You'll need:
* Ruby 2.3.0
* Postgres
* Redis
Then, once you clone down this repo:
* `bundle install`
* `rake db:create; rake db:migrate`
And you're all set.