A chrome app that lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server
$ npm install
$ npm run dev
$ npm run build
start test server by running node socketTest/index.js
- 'chat message': echoes mesages
- test: sends messages at specific interval
- /asd
- test: sends messages at specific interval
socket.io.js had to be modified to run inside app