Starter pack
Simple version of currency exchange where all the calculation happens on the server and updates the exchange algorithm every 100ms
Implemented Socket.io to get real time updates (bi-directional)
Following commads will install all the modules we need for running this app
$ npm run setup-dev
$ npm run dev
Command above will run the development server and express server in one terminal