WebSockets (React + TypeScript + Vite + Express) The project illustrates an example of a simple chat based on WebSockets. The server (Express) code is in the server folder. Live Demo Local launch: npm ci npm run start:dev The application will be available at localhost:8000