Asynchronous COMET query with Tornado and Prototype

后端 未结 4 671
说谎
说谎 2021-01-30 15:10

I\'m trying to write simple web application using Tornado and JS Prototype library. So, the client can execute long running job on server. I wish, that this job runs Asynchronou

4条回答
  •  情深已故
    2021-01-30 16:00

    I have read the book called "Building the Realtime User Experience" by Ted Roden, and it was very helpful. I have managed to create a complex realtime chat system using Tornado (python). I recommend this book to be read as well as "Foundations of Python Network Programming" by John Goerzen.

提交回复
热议问题