All Projects â†’ the-road-to-graphql â†’ fullstack-apollo-subscription-example

the-road-to-graphql / fullstack-apollo-subscription-example

Licence: other
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to fullstack-apollo-subscription-example

Fullstack Apollo React Boilerplate
💥A sophisticated Apollo in React boilerplate project.
Stars: ✭ 136 (+88.89%)
Mutual labels:  apollo-client, apollographql, fullstack, apollo-server
apollo-graphql-tutorial
Learning apollo graphql version 2.x with Node.js
Stars: ✭ 18 (-75%)
Mutual labels:  apollographql, apollo-server, apollo-subscription, apollo-server-express
Fullstack Apollo Express Mongodb Boilerplate
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (+318.06%)
Mutual labels:  apollo-client, apollographql, fullstack, apollo-server
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1398.61%)
Mutual labels:  apollo-client, apollographql, fullstack, apollo-server
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-73.61%)
Mutual labels:  apollo-client, apollographql, apollo-server, apollographql-subscriptions
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (-70.83%)
Mutual labels:  apollo-client, apollographql, apollo-server, apollo-server-express
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (-62.5%)
Mutual labels:  apollo-client, apollo-server, apollo-subscription
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (-59.72%)
Mutual labels:  apollographql, apollo-server, apollo-server-express
hano-graphql
GraphQL, Hapi and Node Project For Scaleable Apps.
Stars: ✭ 13 (-81.94%)
Mutual labels:  apollographql, apollo-server, apollo-subscription
angular-apollo-starter
Learning apollo-client, graphql with angular6.x
Stars: ✭ 16 (-77.78%)
Mutual labels:  apollo-client, apollographql, apollo-subscription
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (+1084.72%)
Mutual labels:  apollo-client, apollo-server
Apollo Link Maxage
An Apollo Link to invalidate cached queries
Stars: ✭ 23 (-68.06%)
Mutual labels:  apollo-client, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-58.33%)
Mutual labels:  apollo-client, apollographql
apollo-newrelic-extension
Apollo Server extension library for performing NewRelic transaction traces of graphql requests
Stars: ✭ 16 (-77.78%)
Mutual labels:  apollographql, apollo-server
Fullstack Tutorial
🚀 The Apollo platform tutorial app
Stars: ✭ 1,007 (+1298.61%)
Mutual labels:  apollo-client, apollo-server
Naperg
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
Stars: ✭ 661 (+818.06%)
Mutual labels:  apollo-client, fullstack
Apollo Angular
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
Stars: ✭ 1,058 (+1369.44%)
Mutual labels:  apollo-client, apollographql
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+568.06%)
Mutual labels:  apollo-client, apollo-server
Githunt React
[DEPRECATED] 🔃 An example app frontend built with Apollo Client and React
Stars: ✭ 1,036 (+1338.89%)
Mutual labels:  apollo-client, apollographql
Apollo Graphql Mongodb React Native
Apollo Server Example using MongoDB + Mongoose + Express, Apollo Client using React Native
Stars: ✭ 92 (+27.78%)
Mutual labels:  apollo-client, apollo-server

fullstack-apollo-subscription-example

Slack

A minimal Apollo Server 2 with Apollo Client 2 application with subscriptions.

Installation

  • git clone [email protected]:the-road-to-graphql/fullstack-apollo-subscription-example.git
  • cd fullstack-apollo-subscription-example

Server

  • cd server
  • npm install
  • npm start

Client

  • cd client
  • npm install
  • npm start
  • visit http://localhost:3000

Want to learn more about React + GraphQL + Apollo?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].