Remotely Debug Mobile Web Applications: Socketbug
Socketbug is a Remote Debugging Utility built using Socket.IO. You can use modern browsers (both mobile and desktop) to work together to allow you to remotely debug you mobile web applications.
Socket.IO is the main backend for communication and it automatically determines what communication transport to use and enables your mobile application to send/receive messages from other connected devices.
To use Socketbug you will need to install our server code in a central location that will be accessible by all devices that will be sending or receiving data. This can be anything from your laptop/desktop, or a remote server.
There are no cross domain issues to worry about so you do not have to have Socketbug installed on the same machine that your mobile application is installed on.
Recent Comments