Install wscat
(npm i -g wscat
). Clone this repo. Checkout branch exercise-1
. Have fun!
This workshop comprises 3 exercises. Each exercise is available on a separate branch.
By the end of the workshop we'll have deployed a Lambda-powered backend that allows clients to communicate with one another in real-time using WebSockets.
The code samples in the exercise are written in Typescript.
This workshop will make use of but not explain:
A basic understanding of these technologies is assumed.
Before starting this workshop you'll need the following installed:
- A recent version of NodeJS (this workshop was developed and tested with 12.x)
- wscat (or another WebSocket client).
npm install -g wscat
will get you up and running - aws cli
We'll be deploying to AWS, so be sure to have your account configured locally and the bill payer's permission!