Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naspredam/graphql-nodejs-delegate
Graphql stitching and delegation
https://github.com/naspredam/graphql-nodejs-delegate
graphql graphql-schema graphql-server graphql-tools javascript nodejs stitching yarn
Last synced: about 3 hours ago
JSON representation
Graphql stitching and delegation
- Host: GitHub
- URL: https://github.com/naspredam/graphql-nodejs-delegate
- Owner: naspredam
- Created: 2022-02-20T22:22:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T15:16:46.000Z (over 2 years ago)
- Last Synced: 2024-11-16T11:33:46.590Z (about 21 hours ago)
- Topics: graphql, graphql-schema, graphql-server, graphql-tools, javascript, nodejs, stitching, yarn
- Language: TypeScript
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-nodejs-delegate
This is a project that it was develop two services:
- simple graph nodejs: this is a simple application on express-graphql with a simple interface, with default port 3000
- delegate graph nodejs: this is a application that will listen from the simple application and on top it will provide another interface, default port 4000 (and listening of the remote [http://localhost:3000/graphql|http://localhost:3000/graphql], by default)To start the two services you can run:
`make start`
To stop you can run:
`make down`