This repository contains projects for a simple Chat application, built with React, Vue and Svelte on the frontend, Typescript and Python on the backend
Clone this repository
git clone https://github.com/MichaelLF107/web-sockets.git
Install each project's dependencies
For a frontend project. (eg. React):
cd frontend/react
bun install
For backend (Typescript):
cd backend/javascript
bun install
For backend (Python):
python3 -m pip install websockets
Start the frontend development server (eg. React)
cd frontend/react
bun run dev
Start the backend server:
Typescript:
cd backend/javascript
bun run index.ts
Python
cd backend/python
python3 main.py
http://localhost:5173/
on your browserThe websocket will be running on http://localhost:8080/