Fanstatic packaging of Autobahn|JS
Project description
js.autobahn
Introduction
This library packages Autobahn|JS for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.autobahn) are published to some URL.
How to use?
You can import autobahn from js.autobahn and need it where you want these resources to be included on a page:
>>> from js.autobahn import autobahn # XXX fix this test >>> autobahn.need()
CHANGES
0.9.2-2 (unreleased)
Initial release.