@hyperio/client
v1.0.4
Published
<h1 align="center">hyper-client</h1> <p align="center">hyper-client is a client library for the hyper service. This client library gives developers a great developer experience when using the hyper service. Check out the examples!</p> <p align="center">
Downloads
2
Readme
README
Table of Contents
Getting Started
In order to use this client, you will need a hyper connection string, this connection string will consist of a key, secret, server and app. For example, a connection string may look like this:
https://key:[email protected]/app - this connection string gives the hyper client all of the information it needs in order to successfully connect to the hyper services.
- key/secret pair - secures the connection
- origin - provides the server url
- pathname - provides the hyper app name
The hyper client expects this configuration to be available via the HYPER
environment variable.