You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host services is the set of functionality provided to Nex workloads as a built-in convenience. For example, JavaScript functions get access to a key-value bucket, an object store, basic pub/sub, and an HTTP client.
This would extract host services client code into its own "package"
Use case
This would let code in long-running services utilize host services if they wanted to, giving people more built-in goodness when they use Nex deployments.
Contribution
No response
The text was updated successfully, but these errors were encountered:
#195 was needed as a prereq to formalizing an SDK, in that message headers and non-enveloped payloads were made consistent across the v8 implementation.
Proposed change
Host services is the set of functionality provided to Nex workloads as a built-in convenience. For example, JavaScript functions get access to a key-value bucket, an object store, basic pub/sub, and an HTTP client.
This would extract host services client code into its own "package"
Use case
This would let code in long-running services utilize host services if they wanted to, giving people more built-in goodness when they use Nex deployments.
Contribution
No response
The text was updated successfully, but these errors were encountered: