Hacker News new | ask | show | jobs
by agentultra 5834 days ago
I'm working on a neat project to integrate pylons with pyjamas for this very task.

Pyjamas is an RIA framework that started as a port of GWT to Python. Development has recently sparked up and they now offer new features beyond what GWT can offer.

In order to integrate pylons with pyjamas, I've started work on a JSONRPCController base class that I hope will eventually be included in pylons. Eventually I'd like to add other things like a project template and setuptools commands for compiling and deploying a pylons+pyjamas app.

You can get a peek at what I've started on my blog: http://agentultra.com

1 comments

I am playing with pyjamas currently. It is not working properly with chrome. I am trying to resolve that issue now.