New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fish-stream

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fish-stream

Event Stream Services

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Event Stream Server

事件流服务器

依赖

  • PM2 1.1.3+

安装

cd stream

npm install

运行

./sbin/stream.sh start

停止

./sbin/stream.sh stop

配置说明

配置文件的路径: config/config.js

{
	"appName" : 'stream service',
	"bufferLen" : 30000,
	"readMax" : 1024,
	"ioPort" : 10016,
	"diagnosis" : true,
	"diagnosis-interval" : 15 * 60 * 1000 // 15 mins
}

Keywords

stream

FAQs

Package last updated on 12 Aug 2016

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