This repository was created together with this blog post.
The original setup using a REST API endpoint can be found on this branch
The final setup using Websockets can be found on this branch
This project was generated with the Angular CLI.
cd websocket-demo-client/
npm install
npm start
This project was generated with the Serverless CLI using the 'aws-nodejs-typescript' template.
cd websocket-demo-api/
npm install
sls deploy
sls remove