Services
The Services panel displays a list of all the active services in the project, like the Http server, Testing or the Scheduler, and various info about their state. It can also be used to perform certain actions on services that accept them, like running tests in the Test service.

Http server
The Http Server service keeps track of all the endpoints you've added to your app. You can click the various items to jump to the Http Endpoint
node that defined it.

Testing
The Testing service lists all Std Tests you've added to your app, and lets you run them, either one by one, or all at the same time.

Ephemeral Data
The ephemeral data service shows the current data in your store as well as the number of listeners (aka Std OnData
events you've added to your app.

Scheduling
The scheduling service shows the number of active timers in your app, defined by Std Schedule
and Std SchduleFromCronExpression
.

Last updated
Was this helpful?