Remoting Architecture
From FirebugWiki
(Difference between revisions)
(Created page with "This page is intended to summarize basic architecture concepts for Firebug (and Firebug extensions) remote capabilities (such as remote debugging or remote HTTP monitoring). == ...") |
(→Resources) |
||
| Line 2: | Line 2: | ||
== Resources == | == Resources == | ||
| + | * [https://getfirebug.com/wiki/index.php/HTTP_Monitor HTTP Monitor] | ||
| + | * [https://getfirebug.com/wiki/index.php/Firebug_1.7:_Mozilla_Backend Firebug 1.7 BTI] | ||
| + | * [https://getfirebug.com/wiki/index.php/Script_Panel_Refactoring Script Panel Refactoring] | ||
== Proxy == | == Proxy == | ||
Revision as of 16:06, 14 August 2012
This page is intended to summarize basic architecture concepts for Firebug (and Firebug extensions) remote capabilities (such as remote debugging or remote HTTP monitoring).
Resources
Proxy
The proxy object represents a connection between a panel (front end) and a module (back end).
The proxy has essentially two implementations:
- Local - direct API calls
- Remote - communication over TCP/IP protocol