$ easy_install muntjac
$ muntjac
to run the demos locally.
from muntjac.terminal.gwt.server.paste_wsgi_servlet import PasteWsgiServlet File "/Library/Python/2.6/site-packages/Muntjac-1.0.0-py2.6.egg/muntjac/terminal/gwt/server/paste_wsgi_servlet.py", line 19, in <module>
ImportError: No module named HTTPServlet
- Chrome, i7, 4GB RAM
On my four year old desktop it started in about 3 seconds and clicks on buttons do have a noticeable lag, but it's probably 1/3 to 1/2 a second.
Quad-core i7 ThinkPad. I'm using Chrome (16), that might be relevant.
This is awesome -- don't let the haters say otherwise.
It would be awesome to be able to keep using Django models and expose them through Muntjac-based templates.
Could this be feasible? If yes, would be great to see some examples. If no, why?
You should be prepared for lots of subtle pyjs bugs, though. The translation isn't perfect. One problem is that the Pyjamas team is replicating GWT, so they only need a small subset of Python's features. They also don't use more advanced features for performance reasons. This means that many code paths are practically untested.
[1] http://www.allbuttonspressed.com/blog/django/2010/11/Offline...
Performs reasonably well and very pythonic.
The browser and server should work together elegantly in a modern asynchronous application, not force a paradigm that doesn't fit.
Keep up the good work!
but on the bright side it got me to check on the original vaadin, which i found very interesting.