0.2.0 • Published 4 years ago

@benzene/worker v0.2.0

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

@benzene/worker

npm CI codecov PRs Welcome

GraphQL Executor and Server for Web Workers

// sw.js or Cloudflare Workers, with bundler
import { Benzene, fetchHandler } from '@benzene/worker';

const GQL = new Benzene({ schema });

self.addEventListener('fetch', fetchHandler(GQL, { path: '/graphql' }));

Documentation is available at hoangvvo.github.io/benzene/#/worker

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago