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.