File tree Expand file tree Collapse file tree 4 files changed +218
-230
lines changed
Expand file tree Collapse file tree 4 files changed +218
-230
lines changed Original file line number Diff line number Diff line change 133133 "pages" : [
134134 " realtime/backend/overview" ,
135135 " realtime/backend/subscribe" ,
136- " realtime/backend/metadata" ,
137136 " realtime/backend/streams"
138137 ]
139138 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Use these backend functions to subscribe to runs and streams from your server-si
1010
1111## Overview
1212
13- The backend API provides three main categories of functionality:
13+ There are three main categories of functionality:
1414
1515- ** [ Subscribe functions] ( /realtime/backend/subscribe ) ** - Subscribe to run updates using async iterators
1616- ** [ Metadata] ( /realtime/backend/metadata ) ** - Update and subscribe to run metadata in real-time
@@ -40,5 +40,3 @@ for await (const run of runs.subscribeToRun(handle.id)) {
4040 console .log (` Run ${run .id } status: ${run .status } ` );
4141}
4242```
43-
44- <RealtimeExamplesCards />{ " " }
You can’t perform that action at this time.
0 commit comments