Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveporcello/batching
Example of the Batch Link
https://github.com/eveporcello/batching
Last synced: 11 days ago
JSON representation
Example of the Batch Link
- Host: GitHub
- URL: https://github.com/eveporcello/batching
- Owner: eveporcello
- Created: 2019-10-04T22:22:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:05:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-02T08:32:15.017Z (8 months ago)
- Language: JavaScript
- Homepage: https://moonhighway.com
- Size: 3.75 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Batching with Apollo Link
This demo shows how you can use Apollo's batch link to optimize HTTP requests.
Setup:
```
git clone https://github.com/eveporcello/batching
cd batching
npm i
npm start
```You'll find the project running on `localhost:3000`.