proofofconcept
proofofconcept copied to clipboard
investigate (learn) AJAX for web workflow
I'm not familiar with AJAX, but it might be useful for dynamic page content.
- https://towardsdatascience.com/using-python-flask-and-ajax-to-pass-information-between-the-client-and-server-90670c64d688
- https://stackoverflow.com/questions/336866/how-to-implement-a-minimal-server-for-ajax-in-python
- https://itecnote.com/tecnote/python-how-to-implement-a-minimal-server-for-ajax-in-python/
Alternatives to AJAX:
Fetch API
- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
- browser support for Fetch: https://caniuse.com/?search=fetch