https://github.com/codingitwrong/gql-chat-server-rails
https://github.com/codingitwrong/gql-chat-server-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingitwrong/gql-chat-server-rails
- Owner: CodingItWrong
- Created: 2019-09-02T09:32:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T11:14:17.000Z (almost 7 years ago)
- Last Synced: 2025-09-03T20:58:15.326Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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