Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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