### 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](https://www.youtube.com/watch?v=4HlNv1qpZFY). __Installing and Getting Started__ ``` git clone ``` ``` cd ``` ``` npm install ``` ``` npm run start ```