Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Making the Flask App Asynchronous #35

Open
elinguiuriel opened this issue Jul 21, 2020 · 2 comments
Open

Making the Flask App Asynchronous #35

elinguiuriel opened this issue Jul 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@elinguiuriel
Copy link
Contributor

elinguiuriel commented Jul 21, 2020

Is your feature request related to a problem? Please describe.

With a synchronous implementation, the chatbot can often reply the same message multiple time. to avoid that we need to use and asynchronous implementation.

Describe the solution you'd like

I would like the Flask project the be asynchronous using eventlet and greenlet

Documentation

For more information about how to do that look at this YouTube Video : https://www.youtube.com/watch?v=gJ7CnUX_7YQ

@TrojanTarun
Copy link

Hello Sir,
being a very first step towards open source contribution,
I would like to work on this issue .

@vj-codes
Copy link
Contributor

@elinguiuriel @aboullaite should I create a chat.py file in src and add the code there?
Also is this resource correct? https://eventlet.net/doc/examples.html#multi-user-chat-server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants