Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 806 Bytes

jsbridge is a python-javascript bridge interface for Firefox and Mozilla applications.

jsbridge works as an extension loaded into Firefox or Thunderbird (etc.) that opens a socket, by default on port 24242, that is used to mirror data structures between python-land and JavaScript-land The python component opens the same port and communication takes place.

JSObjects (jsbridge.jsbobject:JSObject) may be used to mirror objects across between python and JavaScript.

jsbridge is utilized by Mozmill as part of its testing infrastructure.