Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.