tcp-background-notifier
Advanced tools
Comparing version
{ | ||
"name": "tcp-background-notifier", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A package that starts a node.exe background instance with an tcp server to create notifications on port 7070", | ||
@@ -23,2 +23,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -19,3 +19,3 @@ # tcp-background-notifier | ||
const pid = tcpnotifier.start(); # starts the tcp server to listen on port 7070 and returns the PID(ProcessID) | ||
const pid = tcpnotifier.start(); // starts the tcp server to listen on port 7070 and returns the PID(ProcessID) | ||
``` | ||
@@ -22,0 +22,0 @@ Send following json array over tcp to port **7070** and the ip adress from the machine you've started the node js code from to create a notification: |
5325
0.04%