Skip to content

anupcsharma/HttpListener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpListener

App listens to webhooks post

  1. Download and install nodejs
  2. We need socket.io node module (npm install socket.io)
  3. Browse to the folder in command line, and type node http-listener.js
  4. The app will be listening to webhooks post on port 8890, and the actual push to browser will happen from port 8891. So basically, we need two ports.

We also need to restart node server automatically when it crashes with module supervisor. npm install -g supervisor

Run the app with command below: supervisor http-listener.js

About

App listens to webhooks post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published