Socket
Socket
Sign inDemoInstall

npush-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npush-server

n:push Real Time Messaging System by Newicon Ltd.


Version published
Maintainers
1
Created
Source

NPUSH SERVER APPLICATION, build 3.0.0; NEWICON LTD.

  1. INSTALLATION

    GLOBAL

     $ npm install npush-server -g
    

    LOCAL

     $ npm install npush-server
    
  2. LAUNCH

    DEFAULT COMMAND LINE

     FOR GLOBAL INSTALLATION:
    
     	$ npush-server TCP-PORT WORKER-INSTANCES
    
     FOR LOCAL INSTALLATION (execute in installation folder)
    
     	$ node npush-s.js TCP-PORT WORKER-INSTANCES
    

    EXAMPLES:

     FOR GLOBAL INSTALLATION:
    
     	1. Default setting; port 8080, single instance
    
     		$ npush-server
    
    
     	2. With options; port 80, 10 instances
    
     		$ npush-server 80 10
    
     FOR LOCAL INSTALLATION (execute in installation folder)
    
     	1. Default setting; port 8080, single instance
    
     		$ node npush-s.js
    
    
     	2. With options; port 80, 10 instances
    
     		$ node npush-s.js 80 10
    
     	
    

Keywords

FAQs

Package last updated on 08 Apr 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc