Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetherone/web-chat
FastAPI web-chat on websockets
https://github.com/tetherone/web-chat
Last synced: about 2 months ago
JSON representation
FastAPI web-chat on websockets
- Host: GitHub
- URL: https://github.com/tetherone/web-chat
- Owner: TetherOne
- Created: 2024-02-22T18:40:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-29T18:57:56.000Z (11 months ago)
- Last Synced: 2024-02-29T19:52:23.436Z (11 months ago)
- Language: HTML
- Homepage: https://web-chat-8j1u.onrender.com
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Python 3.6](https://img.shields.io/badge/python-3.11-green.svg)](https://www.python.org/downloads/release/python-360/)
![Django 3.0](https://img.shields.io/badge/FastAPI-0.109.0-green.svg)# Описание функционала проекта
## Главная страница
Пользователь вводит на главной странице никнейм,
устанавливается соединение по websocket и идет
обмен сообщениями.![Image alt](https://github.com/TetherOne/web-chat/raw/master/static/img.png)
# Техническая информация
- Фреймворк FastAPI + WebSocket
- JavaScript# Запуск проекта
## 1. Клонируйте репозиторий
```
git clone https://github.com/TetherOne/head-hunter
```
## 2. Запустите приложение
```
uvicorn main:app
```
## 3. Перейдите в браузер по ссылке
```
http://127.0.0.1:8000/
```