Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iguchi1124/actioncable-react-chat-sample
WebSocket(action cable) + ReactJSを用いたリアルタイムチャットアプリ
https://github.com/iguchi1124/actioncable-react-chat-sample
Last synced: 17 days ago
JSON representation
WebSocket(action cable) + ReactJSを用いたリアルタイムチャットアプリ
- Host: GitHub
- URL: https://github.com/iguchi1124/actioncable-react-chat-sample
- Owner: iguchi1124
- Created: 2015-10-20T10:59:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T05:12:23.000Z (almost 9 years ago)
- Last Synced: 2024-03-17T11:01:43.599Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
This is a real time chat application.Rails + ReactJS + WebSocket(ActionCable)
## Setup
### Run redis server
``$ bundle exec puma -p 28080 cable/config.ru``
``$ redis-server``
### Run rails server
``$ bundle exec rails s``