https://github.com/ziv/jsocket
A simple unix socket server/client utilities
https://github.com/ziv/jsocket
Last synced: about 2 months ago
JSON representation
A simple unix socket server/client utilities
- Host: GitHub
- URL: https://github.com/ziv/jsocket
- Owner: ziv
- License: mit
- Created: 2025-01-13T14:25:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T10:41:25.000Z (over 1 year ago)
- Last Synced: 2025-03-29T21:41:19.868Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 282 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# jsocket
[](https://github.com/ziv/jsocket/actions/workflows/release.yml)
A simple unix socket server/client utilities.
## About
This package provides a simple way to create a server/client communication using
unix sockets.
The package supports both Deno and Node.js.
## Installation
```shell
# Deno
deno add jsr:@xpr/jsocket
# Node.js
npm i @xpr/jsocket
```