Skip to content

Simple example of GraphQL subscriptions with separate client and server

Notifications You must be signed in to change notification settings

b2bwork/graphql-subscriptions-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apollo GraphQL subscriptions

Simple example of GraphQL subscriptions with separate client and server

Demo

Branches

Master

  • Client: Apollo + Vue.js
  • Server: Express + Apollo GraphQL

Koa

  • Client: Apollo + Vue.js
  • Server: Koa2 + Apollo GraphQL

If you need react app, use apollo-graphql-subscriptions-example

Installation

Branch master

git clone https://github.com/nikitamarcius/graphql-subscriptions

Branch koa

git clone https://github.com/nikitamarcius/graphql-subscriptions
cd graphql-subscriptions
git checkout koa

for each folder: test-client and test-server perform separate installation:

$ cd <folder-name>
$ npm i
$ npm run dev

Tutorials

About

Simple example of GraphQL subscriptions with separate client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • Vue 34.2%
  • HTML 2.7%