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

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

Awesome Lists containing this project

README

          

# jsocket

[![release](https://github.com/ziv/jsocket/actions/workflows/release.yml/badge.svg)](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
```