Skip to content

sqmch/wschat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wschat - a simple socket based chat app

Built with

  • Python (FastAPI)
  • Vue.js (Quasar)

About the project

A socket based public chat app built with Vue3/Quasar and python/FastAPI. The user simply picks an username and joins a chatroom where they can chat freely to all the participants. Aside from joining the default "general" channel, the users can also create/join custom channels.

Project setup

Run frontend

npm install
npm run serve

Run backend

cd backend/backend
poetry install
poetry shell
uvicorn main:app --reload

About

A socket based chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published