An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


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