aiidateam / kiwipy

A python messaging library for RPC, task queues and broadcasts
https://kiwipy.readthedocs.io
Other
15 stars 4 forks source link

Question: How to integrate with Flask? #95

Closed kashcode closed 3 years ago

kashcode commented 3 years ago

subj.

muhrin commented 3 years ago

Thanks for getting in touch @kashcode .

Could you elaborate a little please? From my (limited) understanding of flask it is used to create endpoints for web applications while kiwipy is used for sending various types of message (broadcast, tasks, remote-procedure-call, etc).

For what part of your application would you like to use kiwipy?

muhrin commented 3 years ago

Closing this issue. Feel free to re-open if you'd still like an answer.