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

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

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 `