feat: add github.com/Zaba505/gws (#3147)

This commit is contained in:
Zaba505 2020-07-03 23:25:24 -04:00 committed by GitHub
parent 85fac5149b
commit 48a309428e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1448,6 +1448,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities. * [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
* [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.
* [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go. * [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go.
* [gws](https://github.com/Zaba505/gws) - Apollos' "GraphQL over Websocket" client and server implementation.
* [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.
* [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. * [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters.
* [rql](https://github.com/a8m/rql) - Resource Query Language for REST API. * [rql](https://github.com/a8m/rql) - Resource Query Language for REST API.