Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 842 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 842 Bytes

Realtime Newsfeed Application Using React.js, Node.js & server-sent events(SSE)

Realtime Newsfeed App Using 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.