Skip to content

The new GraphQL API for the OASIS Context Server specification

License

Notifications You must be signed in to change notification settings

tdraier/contextserver-graphql-api

Repository files navigation

Context Server GraphQL API

The new GraphQL API for the OASIS Context Server specification, including sample test implementation in Javascript

Status

Early Javascript are now available. They mostly serve as shells for the work on the actual API specification and should not be considered stable.

JavaScript server

Requirements

  • NodeJS 6.9+
  • NPM 4.1+

Building and launching

To test the server simply launch

npm install
node index.js

You can then connect a browser to the following URL:

http://localhost:4000/graphql

About

The new GraphQL API for the OASIS Context Server specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published