https://github.com/path-yu/chat-server
https://github.com/path-yu/chat-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/path-yu/chat-server
- Owner: path-yu
- Created: 2023-12-18T01:56:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:22:34.000Z (about 2 years ago)
- Last Synced: 2025-01-12T06:08:34.178Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Chat Server
## run command
```shell
deno run --allow-read --allow-net --watch index.ts
```