Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`