April 2018
Intermediate to advanced
332 pages
8h 5m
English
Next, we will validate the REST log appender. Head back to the REST-Logger folder, where we have created our Node.js application to receive the data from the Kaa REST log appenders:
node server.js

We can build any application based on this data, as required, or simply attach a web socket using socket.io (https://socket.io/). You ...