react-node-sse
react-node-sse copied to clipboard
This is the react js server side implementation realtime app in react js, node js, express js & mongodb using server-sent-event
Realtime Newsfeed Application Using React.js, Node.js & server-sent events(SSE)

About this project
This is an implementation of a realtime data streaming in react js using server-sent events witn node js express server
How to run this project
Open client and server directories and read the README.md files to learn how to run the project.
How to clone this project
Run the command git clone --recurse-submodules https://github.com/supatechie/react-node-sse.git
This repo uses git submodule so each subdirectory(client & server) are independent with their respective git controller. In order to commit the files in each dir, navigate to each dir and do so.
Looking for Demo?
Open Visit the demo app to view it in your browser.