1 Star 0 Fork 2

Joelchu / jsonql

forked from TO1SOURCE / jsonql-V1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

What is JSON:QL? JSON Query Load :)

IMPORTANT NOTE: This repo is currently under heavy development and many of the existing module will get transfer to our new @jsonql npm namespace Please check out website jsonql.org for update to date information

jsonql tools

This is a collection of JSONql tools starting with jsonql-client and jsonql-koa

What is jsonql

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

Query, Mutation, Auth

There are only three types of calls. query, mutation and auth

For more information please check one of our following available modules

There are several more in the planning stage

  • json:ql ws-client the websocket client for Browser
  • json:ql rx-client - this is the new client that replace the fetch / ws client using stream
  • json:ql ts-koa - this is the Typescript port for the server side This will replace by json:ql-deno
  • json:ql ts-rx-client - the rx client using Typescript
  • json:ql Go
  • json:ql Dart
  • json:ql ASP.NET

If you are interested in creating your implementation please do not hesitate to contact us.

Work on this project

Please first fork this repo. Then setup your git as follow:

$ git remote add upstream git@gitee.com:to1source/jsonql.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.

Documentation (coming soon)

Full documentation at json:ql


MIT

Co-Develop by to1source LTD China and NEWBRAN LTD UK

The MIT License (MIT) Copyright (c) 2018 壹源 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

jsonql main repository 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/joelchu/jsonql.git
git@gitee.com:joelchu/jsonql.git
joelchu
jsonql
jsonql
master

搜索帮助