Choosing and deploying a comet server

前端 未结 6 503
自闭症患者
自闭症患者 2020-12-08 05:23

I want to push data to the browser over HTTP without killing my django/python application.

I decided to use a comet server, to proxy requests between my application

6条回答
  •  难免孤独
    2020-12-08 06:22

    If you're looking to combine Django with a Comet server (Orbited), check this project I have going to integrate Django and Orbited in as "clean" and "real-world" as possible here: http://github.com/clemesha/hotdot

    The project addresses "real-world" problems like security and logging/filtering/modifying the in-transit Comet messages, etc - but is still a work in progress.

提交回复
热议问题