문제

Is it possible to write an application using the pyjamas widgets, together with the tornado server model? What I have in mind is to provide a desktop-like frontend for my web application with pyjamas, and do server side logic with tornado.

Specifically, I want to trigger events in the web application generated in the server side, and be able to display those events using the pyjamas widgets.

Does somebody have a working example of this?

도움이 되었습니까?

해결책 2

The route I have chosen is to combine pyjs (old pyjamas) with web2py, via JSONRPC. So far it is working fine.

다른 팁

Some tornado references on the old pyjamas list, i'm not familiar with it though: http://groups.google.com/group/pyjamas-dev/search?group=pyjamas-dev&q=tornado&qt_g=Search+in+this+group

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top