https://github.com/taym95/realtime-chat
https://github.com/taym95/realtime-chat
react react-router redux redux-saga socket-io socket-io-client
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taym95/realtime-chat
- Owner: Taym95
- Created: 2017-03-29T22:47:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T10:17:24.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T11:06:28.461Z (about 1 year ago)
- Topics: react, react-router, redux, redux-saga, socket-io, socket-io-client
- Language: JavaScript
- Size: 2.95 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React realtime Chat
I built this example with [younesmln](https://github.com/younesmln) because we were struggling on how to integrate [socket.io-client](https://github.com/socketio/socket.io-client) with React/Redux application Using [Redux-saga](https://github.com/redux-saga/redux-saga) [Channels](https://redux-saga.github.io/redux-saga/docs/advanced/Channels.html)
This example use :
* redux
* react router v4
* redux saga
For the backend we used [Nodejs](https://github.com/nodejs/node) [Express.js](https://github.com/expressjs/express) with [socket.io](https://socket.io/)
# Run App
### Back-End
`cd Back-End && yarn start `
### Front-End
`cd Front-End && yarn start `