Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 480 Bytes

File metadata and controls

5 lines (5 loc) · 480 Bytes

Adds an experimental HTTP server that can expose Store, Array, or Group instances over HTTP. store_app and node_app build ASGI applications; serve_store and serve_node additionally start a Uvicorn server (blocking by default, or in a background thread with background=True). See the user guide and the example.