console-io icon indicating copy to clipboard operation
console-io copied to clipboard

Please improve client usage docs - remote log messaging

Open kristianmandrup opened this issue 4 years ago • 3 comments

I'd like to use this to better debug hybrid mobile apps (ionic) and web apps in general. The goal is to make it easy to log events that are sent across a socket and written to a remote web console. It is not clear from your docs how to do this.

I've also looked at client/console.js but can see nothing of this sort there. Is this even possible with this lib? How would I go about adding that feature? Any other better libs out there for this? The ones I ave found look very dated or immature

  • https://libraries.io/npm/console-io
  • https://nkashyap.github.io/console.io/

I came upon this one which looks more recent

Cheers.

kristianmandrup avatar Nov 27 '19 11:11 kristianmandrup

So you want to put something in the middle and send it somewhere :)?

coderaiser avatar Nov 27 '19 15:11 coderaiser

I wanted a hub for log messages, then be able to log it on the central hub. I develop using Ionic, which delivers the same app for web, iOS and Android. I need a standard way of debugging/logging without relying on the specific device/environment infrastructure such as Android Studio and Xcode. Too much hassle :P

kristianmandrup avatar Nov 28 '19 10:11 kristianmandrup

Looks like you need something like this https://socket.io/docs/using-multiple-nodes/

coderaiser avatar Nov 28 '19 11:11 coderaiser