0 votes
in Python Flask by
Which Flask extension can be used to create an Ajax application?

1 Answer

0 votes
by

We can use Flask-Sijax to create an Ajax application. Flask-Sijax is an extension that uses Python/JQuery. It is available on PyPI and can be installed using pip.

Sijax stands for Simple Ajax. Once configured and initialized, it enables the use of @flask_sijax decorator, which we can use for making Ajax aware of the views in a Flask Application.

Related questions

0 votes
asked Dec 24, 2022 in Python Flask by sharadyadav1986
0 votes
asked Dec 24, 2022 in Python Flask by sharadyadav1986
...