🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

nodejs-local-ipc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-local-ipc

使用自定义的应用层协议,实现nodejs进程间通信

latest
Source
npmnpm
Version
1.5.1
Version published
Maintainers
1
Created
Source

nodejs-ipc

该包已经不维护,请访问npm install nodejs-i-p-c 使用自定义的应用层协议,实现nodejs进程间通信
本机进程间:
windows下通过tcp、非windows下通过unix域
远程进程间:
tcp
支持在长连接中并行发送一个或多个请求和响应处理。通过end函数可以断开连接,nodejs默认会断开读写两端,如果一端调用end后,另一端还希望给另一端发送数据,则设置allowHalfOpen:true,使用例子见test目录。

Keywords

local

FAQs

Package last updated on 29 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts