git ssb

1+

Luandro Pàtwy / ssb-graphql-server



Branch:
luandro committed 0.0.7Latest: 9dfd9d2 on 5/16/2018, 1:00:34 PM
📄.gitignore
📄README.md
📁example
📄graphql.js
📄index.js
📄manifest.js
📄package-lock.json
📄package.json
📄ssb.js
README.md

Proof-of-Concept

Usage

const server = require('open-app-graphql-server')
const ssbDefaults = require('ssb-graphql-defaults')

server([
  ssbDefaults
])
// Starts a Secure Scuttlebot server and a client that feeds a GraphQL layer
// Use http://localhost:4000/graphql for queries, /subscriptions for subscriptions and /playground for interactive GraphQL IDE
// The defaults plugin takes care of bringing the right SSB plugins as well as GraphQL types and resolvers to be stitched together

Built with git-ssb-web