cloudcmd / console-io

Web console
http://cloudcmd.io
MIT License
56 stars 8 forks source link

Please improve client usage docs - remote log messaging #5

Open kristianmandrup opened 4 years ago

kristianmandrup commented 4 years ago

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

I came upon this one which looks more recent

Cheers.

coderaiser commented 4 years ago

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

kristianmandrup commented 4 years ago

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

coderaiser commented 4 years ago

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