Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 563 Bytes

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