https://github.com/onel/gae-xirsys
A demo on how to use app engine as a middleman when talking to Xirsys API
https://github.com/onel/gae-xirsys
Last synced: 3 months ago
JSON representation
A demo on how to use app engine as a middleman when talking to Xirsys API
- Host: GitHub
- URL: https://github.com/onel/gae-xirsys
- Owner: onel
- License: mit
- Created: 2016-11-10T13:18:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T14:19:43.000Z (over 9 years ago)
- Last Synced: 2025-07-31T02:45:51.666Z (11 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GAE XirSys
This is an example on how to use the XirSys api and make it go through an app engine backend.
The purpose of this is to secure the secret key and ident.
How to setup:
- download the [app engine python SDK](https://cloud.google.com/appengine/docs/python/download)
- follow the steps there and install the SDK, you can either isntall the gcloud command or only the pythond sdk, more details [here](https://cloud.google.com/appengine/docs/python/quickstart)
- download this repo
- add you API keys into `app.yaml`
- cd into `/gae-xirsys` and run
```
[PATH_TO_APP_ENGINE_SDK]/dev_appserver.py ./app.yaml
```
The app doesn't do anything it just uses SimpleWebRTC to connect through the app engine server to Xirsys.
Check the browser console for details.
In the future some examples will be added.
## Licensing
* See [LICENSE](./LICENSE)