Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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を用いたリアルタイムチャットアプリ

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``