On Fri, Jun 15, 2012 at 2:32 PM, Glyph <gl...@twistedmatrix.com> wrote: > > On Jun 15, 2012, at 10:13 AM, Laurens Van Houtven wrote: > >> Hi, >> >> I'm trying to get browsers to communicate with an AMP API. > > This is also what <https://launchpad.net/frack> is doing. I hope that it > becomes a common enough practice that there's a library for it :).
I should note that the code in Frack currently just uses amp commands as a basis for JSON-RPC messages over HTTP. Obviously this loses a major benefit of AMP, which is both ends being able to send messages; also, there's no attempt to handle bytes. Adding some comet/websocket flavor to this would be welcome, of course. ;-) _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python