chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:25:07 +08:00
commit a26e856398
1681 changed files with 296950 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# python-tornado
This example contains a simple `perspective-python` folder that uses Tornado to
serve a static dataset to the user through various data bindings. There are a
examples of end-to-end `perspective-viewer` integrated `.html` files hosted:
- `index.html`: a
[client/server replicated](https://perspective-dev.github.io/docs/md/server.html#clientserver-replicated)
setup that synchronizes the client and server data using Apache Arrow.
- `server_mode.html`: a
[server-only](https://perspective-dev.github.io/docs/md/server.html#server-only)
setup that reads data and performs operations directly on the server using
commands sent through the Websocket.
- `client_server_editing.html`: a client-server replicated setup that also
enables editing, where edits from multiple clients are applied properly to the
server, and then synchronized back to the clients.