https://github.com/arikato111/learn-socket-io
learn socket.io with sending message from client to another client.
https://github.com/arikato111/learn-socket-io
expressjs-templating-engine socket-io typescript
Last synced: 2 months ago
JSON representation
learn socket.io with sending message from client to another client.
- Host: GitHub
- URL: https://github.com/arikato111/learn-socket-io
- Owner: Arikato111
- Created: 2023-07-26T10:56:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T12:34:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:22:15.205Z (4 months ago)
- Topics: expressjs-templating-engine, socket-io, typescript
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
#
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