Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rob-blackbourn/binance-example
An example of a python GraphQL server and React TypeScript client
https://github.com/rob-blackbourn/binance-example
Last synced: about 1 month ago
JSON representation
An example of a python GraphQL server and React TypeScript client
- Host: GitHub
- URL: https://github.com/rob-blackbourn/binance-example
- Owner: rob-blackbourn
- Created: 2023-08-27T07:14:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-27T12:03:59.000Z (about 1 year ago)
- Last Synced: 2024-03-15T00:56:03.585Z (8 months ago)
- Language: Python
- Size: 205 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binance-example
This project contains some example code for working with GraphQL
where the server is written in Python using bareASGI and the client is written
is React and TypeScript, using the barejs streaming client.## Client Tutorial
There is a client tutorial in `binance-client-tutorial.md` which
has step by step instructions for how to create the `binance-client`.