LoginSignup
1
0

More than 5 years have passed since last update.

[質問] PythonのWebフレームワークbottleを使って、textareaのデータのデータをリアルタイムで取得する方法

Posted at

質問があります。

PythonのWebフレームワークbottleを使って、Webアプリを作成しているのですが、

HTMLのtextareaに入力された文字列を、入力される毎に

サーバのbottleで処理させたいと思っています。

 

下記のリンクのようにinputイベントを使えば、

同じようなことが可能なようなのですが、

これと同じような処理をpython(bottle)でできないでしょうか?

テキストフィールド(input, textarea)の変化をリアルタイムに取得する Subterranean Flower blogSubterranean Flower blog

ご存知の方は教えて頂けると幸いです。

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0