Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugojosefson/unix-socket-chat
Experiment with using a unix socket and Deno.
https://github.com/hugojosefson/unix-socket-chat
Last synced: 29 days ago
JSON representation
Experiment with using a unix socket and Deno.
- Host: GitHub
- URL: https://github.com/hugojosefson/unix-socket-chat
- Owner: hugojosefson
- Created: 2023-12-21T22:37:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T23:03:31.000Z (about 1 year ago)
- Last Synced: 2024-09-17T01:21:27.475Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unix-socket-chat
Experiment with using a unix socket and Deno.
## Usage
The server:
```sh
./src/cli.ts
```Alternatively:
```sh
deno run --reload --allow-write=./sock --allow-read=./sock --allow-run=lsof https://raw.githubusercontent.com/hugojosefson/unix-socket-chat/refs/heads/main/src/cli.ts
```The clients:
```sh
nc -U ./sock
```## License
MIT