Hi,

AutobahnPython supports running on Python 2 with asyncio - more precisely, by using Trollius, a backport of asyncio to Python 2.

Same for txaio: https://github.com/crossbario/txaio#platform-support

Victor, creator of Trollius is thinking of depcrecating Trollius and is asking if there is _real-world_ use of Trollius in _applications_.

Please see the thread here:

https://groups.google.com/forum/#!topic/python-tulip/mecVwhnVP0A

Since AutobahnPython depends on Trollius for Py2/asyncio support, I am forwarding the question. If Trollius is deprecated, AutobahnPython will (sooner or later) deprecate supporting that combination as well.

If you have an app using the combination, now would be a good time to speak up;)

Cheers,
/Tobias


Am 25.01.2016 um 22:06 schrieb Victor Stinner:
Hi,

2016-01-25 21:57 GMT+01:00 Tobias Oberstein <tobias.oberst...@gmail.com>:
Autobahn, a WebSocket/WAMP library supports running on top of Twisted or
asyncio (and Trollius for Py2):

Yeah, it's mentioned in https://trollius.readthedocs.org/libraries.html

AutobahnPython, Pulsar and Tornado can be used with Trollius. Ok. But
I'm more interested by feedbak of final users, users building
applications with all these pieces.

I'm not sure that Trollius is used in practice :-)

Victor


Reply via email to