learn socket.io with sending message from client to another client.
- clone this repository.
pnpm installornpm installto install dependenciespnpm devto run dev mode- open another terminal and run
pnpm watchto run typescript complile with --watch
- open another terminal and run
- edit web page at ./public/index.html
- edit web sever at ./src/main.ts
- Socket.io
- Express
- Typescript
- nodemon