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

https://github.com/codingitwrong/gql-chat-server-rails


https://github.com/codingitwrong/gql-chat-server-rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# gql-chat-server-rails

Example server for a chat app using Rails and GraphQL-Ruby.

Assessment: non-subscription GraphQL is easy to set up with GraphQL-Ruby, but subscriptions with Action Cable are not well-documented.

Not deployed to production.

## Requirements

- Ruby

## Installation

```
$ bundle install
```

## Running

```
$ rails s
```

Access the playground at

## License

MIT