Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 508 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 508 Bytes

Chat Demo with Ably and AWS Lambdas

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.

Running this demo

To run this demo, you can run:

npm run start