A small little node project to show the power of WebSockets with socket.io.
This demo is sanitized and rate limited, so you won't have to worry about those evildoers out there.
docker-compose up # navigate to localhost:8080# To run the linter
npm run lint
# To run the linter and attempt to fix any mistakes
npm run lint:fix