Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoangtularva/room-chat-with-web-sockets
Creating a chat application from scratch using Rails and WebSockets
https://github.com/hoangtularva/room-chat-with-web-sockets
api chat chat-application chatroom rails-application room-chat ruby-on-rails websockets
Last synced: 23 days ago
JSON representation
Creating a chat application from scratch using Rails and WebSockets
- Host: GitHub
- URL: https://github.com/hoangtularva/room-chat-with-web-sockets
- Owner: hoangtularva
- License: mit
- Created: 2020-07-14T03:18:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T06:43:06.000Z (over 1 year ago)
- Last Synced: 2024-10-22T21:57:48.792Z (29 days ago)
- Topics: api, chat, chat-application, chatroom, rails-application, room-chat, ruby-on-rails, websockets
- Language: Ruby
- Homepage: https://chap-app-rails.herokuapp.com
- Size: 1.77 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Room Chat
* Ruby version 2.7.1
* Rails version 6.0.3.2
* Install yarn install --check-files
* rails db:migrate
* bundle install
* rails s