Skip to content

kvara11/PyWebSockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

Live Chat Application with Python, WebSocket and SQLite Database. Simple chat application. Enter your username, select connected user, view chat history, and send messages.

Tech Stack:

  • Python + FastAPI
  • WebSocket
  • JavaScript
  • SQLite
  • HTML/CSS

🚀 Run the Project:

  • python3 -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt
  • uvicorn main:app --reload --host 127.0.0.1 --port 8006

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors