gahyuun / realtime_webchat

Python 비동기 채팅 서비스

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime_webchat

Realtime chat was implemented using WebSocket and asynchronous programming(asyncio) and redis-py

Installation

Use a docker-compose to run python and redis and react together.

clone this project.

$ git clone https://github.com/gahyuun/realtime_webchat.git

docker compose

$ docker-compose up --build

connect url

http://localhost:3000

About

Python 비동기 채팅 서비스


Languages

Language:TypeScript 50.9%Language:HTML 17.5%Language:Python 16.7%Language:CSS 9.5%Language:Dockerfile 5.3%