graphql-proxy-server

Travis npm package Coveralls

Add proxy abilities to GraphQL servers.

Install

$ yarn add @pi-cubed/graphql-proxy-server

Usage

import ProxyServer from '@pi-cubed/graphql-proxy-server';

const port = process.env.PORT || 5000;

new ProxyServer().start({ port }, () =>
    console.log(`Proxy server started at ${port}.`)
);

API

Docs

Maintainers

License

MIT © Pi Cubed

results matching ""

    No results matching ""