Using Libraries
You can use the WebDaemon Library in your front- and back-end code for various purposes.
Frontend
These imports are used in front-end code:
- BrowserApp provides methods for browser application support.
- Storage provides methods for storing and retrieving app data from the webdaemon.
Backend
These imports are used in back-end code:
- Lifecycle provides a handler for webdaemon backend lifecycle, events and configuration.
- Requests provides convenience functions for handling client requests on your backend.
- Responses provides convenience functions for handling responses to requests.
Both
These imports are used in both front- and back-end code: