Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 450 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 450 Bytes

jsocket

release

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

# Deno
deno add jsr:@xpr/jsocket

# Node.js
npm i @xpr/jsocket