younesmln / Realtime-Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React realtime Chat

I built this example with supernova23 because we were struggling on how to integrate socket.io-client with React/Redux application Using Redux-saga Channels

This example use :

  • redux
  • react router v4
  • redux saga

For the backend we used Nodejs Express.js with socket.io

Run App

Back-End

cd Back-End && yarn start

Front-End

cd Front-End && yarn start

About


Languages

Language:JavaScript 79.2%Language:HTML 17.0%Language:CSS 3.8%