<html><body>On 09:02 am, manlio_perillo@libero.it wrote:<br />&gt;Hi.<br />&gt;<br />&gt;Is it possible (at least in principle) to serialize objects in JSON and<br />&gt;to do requests via HTTP?<br />&gt;<br />&gt;That is, to make possible to use Python functions and objects via<br />&gt;JavaScript, using Perspective Broker.<br /><br />Please post to twisted-web about web-related questions in the future.<br /><br />No, PB does not know how to talk HTTP or JSON. You can still use twisted.web to implement a web server that can speak JSON to your Javascript code. &#160;Also take a look at Divmod's Athena, part of Nevow, which implements two-way communication with web pages with an API similar to PB's. <br /></body></html>