jsonql http browser client using Fly.js with full user profile management with jwt and more
Homepage Repository npm Download
This is a collection of JSONql tools starting with jsonql-client and jsonql-koa
This is not a replacement of REST or GraphQL, instead we are focus on the last one mile
.
The communication protocol is based on JSON API.
It's intend for communication between different devices or services.
And the main goal is to write the resolver (on server side) once, and the client doesn't need any code written and it should work.
It's like this
client <--> contract <--> server
There are only three types of calls. query
, mutation
and auth
For more information please check one of our following available modules
ws
and socket.io
There are several more in the planning stage
If you are interested in creating your implementation please do not hesitate to contact us.
Please first fork this repo. Then setup your git as follow:
$ git remote add upstream git@gitlab.com:to1source-open-source/jsonqltools.git
$ git remote -v
$ git fetch upstream
Once you are done coding, please PR your code for checking. Please make sure you have written test accordingly before PR.
Full documentation at json:ql
MIT
Co-Develop by to1source LTD China and NEWBRAN LTD UK