Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please improve client usage docs - remote log messaging #5

Open
kristianmandrup opened this issue Nov 27, 2019 · 3 comments
Open

Please improve client usage docs - remote log messaging #5

kristianmandrup opened this issue Nov 27, 2019 · 3 comments

Comments

@kristianmandrup
Copy link

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
Copy link
Member

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

@kristianmandrup
Copy link
Author

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants