dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

Curio framework implementation. #213

Closed cmarshall108 closed 5 years ago

cmarshall108 commented 7 years ago

I'm currently implementing a server protocol for a game using python, curio; And thought why not write a good framework on top of curio to help suit my needs, and anyone who finds it useful to them, and don't want to keep having to write the same code over, and over. This is not by any means advertisment, just a simple heads up incase anyone is looking for a framework built on top of curio to handle all the dirty work. https://github.com/AnythingTechPro/Curionet

jkbbwr commented 7 years ago

I prefer ask don't tell for networking. I find it very easy to model "Ill ask when I want bytes" and even adapt it rather than "Give me a method and Ill call it when you get bytes"

cmarshall108 commented 7 years ago

Hmm, interesting; I'll implement a few methods for that kind of functionality.

njsmith commented 7 years ago

Ask-don't-tell can also have advantages for communicating back pressure.

dabeaz commented 5 years ago

Closing this, but if you want people to know about your project, feel free to add a link to the Curio README file.