Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibelius/graphql-ws-multiserver

GraphQL WS with Multi GraphQL servers
https://github.com/sibelius/graphql-ws-multiserver

Last synced: about 2 months ago
JSON representation

GraphQL WS with Multi GraphQL servers

Awesome Lists containing this project

README

        

# graphql-ws-multiserver

Multiple WebSocket servers

## How to run

```
yarn start
```

## How to test WebSocket is working
```
yarn listen
yarn pure
```

---

Based on [tiny-koa-graphql](https://github.com/sibelius/tiny-koa-graphql)