/http_receiver

Simple http POST receiver

Primary LanguageJavaScriptMIT LicenseMIT

Http Receiver

Simple http server that listen for the following route:

POST /detection

and prints out everything it receives. To run:

npm install
node index.js