tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Implement an HTTP Service based on Tornado #47

Closed tcalmant closed 5 years ago

tcalmant commented 9 years ago

It seems possible to implement an HTTP service using Tornado. This should increase the performances of Pelix HTTP (Tornado is faster than the HTTP server from the standard library). It should also bring new features like websockets support.

An experimental implementation could be written before the release of 0.6.3.

tcalmant commented 8 years ago

Ideas:

Support of Tornado request handlers will allow to use the native features of Tornado.

Steps of development:

tcalmant commented 8 years ago

As it depends on Tornado, which is not a "basic" dependency, this feature should be implemented in a side project.