Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h33tlit authored Jun 1, 2022
1 parent 3bbdef2 commit 5a1528f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Required: Python-3.8.5, Flask
3. Now set the environment variables ```export FLASK_APP=app.py```
4. Now you can just run the application ```flask run```

# Alternative Faster Version

Want Jbin to work asynchronously?

Follow this article - <a href="https://jubaeralnazi.com/how-to-make-your-flask-app-asynchronous-with-gunicorn">Using gunicorn you can make the whole application asynchronous!</a>

[Note]: Make sure you verify that flask is installed ```flask --version```


Expand Down Expand Up @@ -69,7 +75,7 @@ Enter your target domain and put your custom regex or string, You can run the to
<br/>
<br/>

<a href="https://jubaeralnazi.com/how-to-make-your-flask-app-asynchronous-with-gunicorn">Using gunicorn you can make the whole application asynchronous! [Must Read]</a>



*If you are fine with the old version you can always download it from the release section*
Expand Down

0 comments on commit 5a1528f

Please sign in to comment.