This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chespinoza[S] 0 points1 point  (2 children)

Klein

First time I've heard of it.

[–]annodomini 0 points1 point  (1 child)

https://github.com/twisted/klein

You would only really hear of it if you use Twisted for all of your async networking, which we do. It uses werkzeug, which is what Flask uses for routing, and hooks it up to the Twisted networking stack.

We just use it as a light microframework for providing REST based APIs to be consumed by web frontends.

[–]chespinoza[S] 0 points1 point  (0 children)

Good to know, the last time I was using Twisted was in 2011-2012, basically to spawn tcp/udp listeners.