notes/sandbox/vue_sse/vue_sse_back
2023-04-22 00:41:54 -07:00
..
index.js
package-lock.json
package.json
README.md

A Very Basic Set Up for Server Side Events Using Node/ExpressJS

This very basic project is a set up to scaffold a working backend in Node/ExpressJS for server side events.

It is a small adjustment to Hussein Nasser's youtube video on the topic.

Installing and Getting Started

git clone <this_repo_url>
cd <this_repo_name>
npm install
npm run start