This is an implementation of a realtime data streaming in react js using server-sent events witn node js express server
Open client and server directories and read the README.md files to learn how to run the 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.
Open Visit the demo app to view it in your browser.