Skip to content

gscalzo/NSRemoteLogServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSRemoteLogServer

LICENSE: MIT

AUTHORS:

This server is a simple Node.js app that sends received msg to all browser connected using Socket.io, no muss no fuss. As far I need a quick solution, it assumes it's hosted on Heroku, but it's straightforward to modify to be hosted elsewhere.

Instructions

Create a new heroku app:

   heroku create

Note down the name of app (i.e hollow-galaxy-7080)

Deploy app:

   git push heroku master

Connect to server:

   http://hollow-galaxy-7080.herokuapp.com

Send a message using provided script:

   ./send.sh hollow-galaxy-7080 'message log'

That's all!

About

Node.js based server to show log received by api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published