This assignment involves implementing a web-based chat application using asyncio, aiohttp, and redis.
This repository includes both the chat server and the chat web application
chat-server
: Chat serverchat-web
: Chat web applicationbackend.Dockerfile
: Dockerfile for the chat serverfrontend.Dockerfile
: Dockerfile for the chat web applicationdocker-compose.yml
: Docker Compose configuration filebuild.sh
: Script to run Docker Compose automaticallyREADME.md
: This file
Since Docker Compose is used for automatic execution, Docker installation is required.
chmod +x ./build.sh
./build.sh
If executed successfully, you can access the chat web application at localhost:3001.
For manual execution instructions, please refer to the README.md file in each project directory.