This demo makes use of Ably for realtime communication between devices and a server, and an AWS Lambda backend for processing chat messages. The server instance run is an Express server, which also acts as a filter for certain banned words.
This demo makes use of the Ably Chat WebComponent to render the chat interface to the clients.
To run this demo, you can run:
npm run start