learn socket.io with sending message from client to another client.
- clone this repository.
pnpm install
ornpm install
to install dependenciespnpm dev
to run dev mode- open another terminal and run
pnpm watch
to 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