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

hyperfeed-ws

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperfeed-ws

send hyperfeed updates through websocket

latest
Source
npmnpm
Version
1.1.5
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

hyperfeed-ws

send hyperfeed updates through websocket

Usage

const WSS = require('hyperfeed-ws')
const hyperfeed = require('hyperfeed')

var feed = hyperfeed().createFeed()

var server = new WSS(feed, {port: 8080}) // done

License

The MIT License

Keywords

websocket

FAQs

Package last updated on 31 Dec 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