Skip to content

explain why trio is better, preferably with "real-world" examples #259

@cjerdonek

Description

@cjerdonek

My apologies if this is already covered somewhere. But in the README, it says:

[Trio's] resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable.

Perusing the docs, though, I can't seem to find any examples explaining why this is the case.

I think it would be helpful if somewhere in the docs you could show why trio is better using concrete examples. Perhaps you could take a couple use cases and then implement them in both trio and asyncio (and Twisted?), and then explain why the trio implementation is simpler, or better, etc.

Also, it would be good to be honest. What does someone give up by choosing trio over asyncio.

Finally, what's involved in transitioning to and from trio? Wholesale rewrite? Can one transition incrementally, etc?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions