nodejs-live-logger

easybird
js Styles
nodejs-live-logger JS library on npm Download nodejs-live-logger JS library

This is a live logging tool, made to make the life of the developer more easy in certain cases. We are using it to sniff low level communication happening over bluetooth between an app and a BLE device.

Version 0.0.1
nodejs-live-logger has no homepage
nodejs-live-logger JS library on GitHub
nodejs-live-logger JS library on npm
Download nodejs-live-logger JS library
INSTALL
Type:
<script type="module"> import nodejsLiveLogger from 'https://cdn.jsdelivr.net/npm/nodejs-live-logger@0.0.1/+esm' </script>
Learn more

Live Logging Tool

This is a live logging tool, made to make the life of the developer more easy in certain cases. We are using it to sniff low level communication happening over bluetooth between an app and a BLE device.

This repository is a small NodeJS back-end with Socket.io.

Getting Started

Install

$ npm install

Run

$ npm start

The backend will be running on localhost:3000 by default.

Inspect logging

Browse to localhost:3000 to wait for new loggings to appear.

Trigger new logs

Do a POST request to localhost:3000 with a JSON body included. The logging should appear immediately in the browser window that is waiting for new logs (cfr above).