Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 777 Bytes

File metadata and controls

24 lines (18 loc) · 777 Bytes

socket.io socket.io

learn-socket-io

learn socket.io with sending message from client to another client.

Get started

  • clone this repository.
  • pnpm install or npm install to install dependencies
  • pnpm dev to run dev mode
    • open another terminal and run pnpm watch to run typescript complile with --watch
  • edit web page at ./public/index.html
  • edit web sever at ./src/main.ts

packages and tools

  • Socket.io
  • Express
  • Typescript
  • nodemon