On 2018-05-08 02:27, Guillermo Cruz wrote: > > I have a REST API built with Cornice that serves as a Web3 endpoint with > Web3.py. And now I would like to add WebSockets support. > > I'm a total newbie when it comes to WebSockets, so I was wondering if > anyone knows of a simple framework like Cornice or similar but for > WebSockets.
I never used this on my own, but since I may have a similar need soon I stubled over "aiopyramid" + its websockets. It looks very promising, is simple and could be worth a try: https://aiopyramid.readthedocs.io/features.html#websockets Jens -- Klein & Partner KG, member of BlueDynamics Alliance -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/pcs4o7%24l86%241%40blaine.gmane.org. For more options, visit https://groups.google.com/d/optout.
