I have a question.
I'm creating a web app using the Python web framework bottle.
Every time the character string entered in the HTML textarea is entered
I want to process it in the bottle of the server.
If you use the input event like the link below,
It seems that the same thing can be done,
Is it possible to do something similar to this with python (bottle)?
[Subterranean Flower blog Subterranean Flower blog that acquires changes in text fields (input, textarea) in real time](http://sbfl.net/blog/2014/03/20/how-to-track-input-changes-in- realtime /)
If you know it, I would appreciate it if you could let me know.
Recommended Posts