14 lines
255 B
Markdown
14 lines
255 B
Markdown
# Socket.IO Chat
|
|
|
|
A simple chat demo for socket.io with a redis/valkey backend
|
|
|
|
## How to build
|
|
|
|
```
|
|
docker build -t <username>/fargate-chat-demo:latest .
|
|
docker push
|
|
```
|
|
|
|
## Deploy on AWS
|
|
|
|
See the main README and change the image path to your own repo.
|