terraform-tofu-labs/chat-app
2024-04-15 16:31:58 +01:00
..
lib add initial code 2024-04-15 16:31:58 +01:00
public add initial code 2024-04-15 16:31:58 +01:00
recipes add initial code 2024-04-15 16:31:58 +01:00
.dockerignore add initial code 2024-04-15 16:31:58 +01:00
.gitignore add initial code 2024-04-15 16:31:58 +01:00
Dockerfile add initial code 2024-04-15 16:31:58 +01:00
index.js add initial code 2024-04-15 16:31:58 +01:00
package-lock.json add initial code 2024-04-15 16:31:58 +01:00
package.json add initial code 2024-04-15 16:31:58 +01:00
README.md add initial code 2024-04-15 16:31:58 +01:00

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.