All Projects → janie128 → subscription-graphql

janie128 / subscription-graphql

Licence: other
Subscription POC with graphql and relay

Programming Languages

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

Projects that are alternatives of or similar to subscription-graphql

itdagene-webapp
Next-gen itdagene webapp
Stars: ✭ 15 (-16.67%)
Mutual labels:  relay
esp8266-1-channel-relay-board-with-mqtt
Sketch to control an esp8266-01 stc 15f104W powered 1-channel relay board
Stars: ✭ 26 (+44.44%)
Mutual labels:  relay
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+72.22%)
Mutual labels:  relay
react-native-relay
🚀 demo React Native app using React Navigation and Relay with mutations and subscriptions
Stars: ✭ 20 (+11.11%)
Mutual labels:  relay
relay-nextjs
⚡️ Relay Hooks integration for Next.js apps
Stars: ✭ 171 (+850%)
Mutual labels:  relay
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-22.22%)
Mutual labels:  relay
social-relay
Public post relay for the Diaspora federated social network protocol
Stars: ✭ 27 (+50%)
Mutual labels:  relay
typegraphql-relay
Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.
Stars: ✭ 55 (+205.56%)
Mutual labels:  relay
babel-plugin-flow-relay-query
Babel plugin which converts Flow types into Relay fragments
Stars: ✭ 38 (+111.11%)
Mutual labels:  relay
fast-relay-pagination
Improve relay pagination performance with find and limit
Stars: ✭ 18 (+0%)
Mutual labels:  relay
safe-relay-service
Relay Tx Service for Gnosis Safe
Stars: ✭ 48 (+166.67%)
Mutual labels:  relay
isomorphic-relay-app
Example isomorphic React-Relay-(Modern / Classic)-Router app and helper lib that connects to Artsy's GraphQL service
Stars: ✭ 13 (-27.78%)
Mutual labels:  relay
soyuz
Real-time streaming GraphQL client for the web.
Stars: ✭ 57 (+216.67%)
Mutual labels:  graphql-subscriptions
graphql-kafkajs-subscriptions
Apollo graphql subscriptions using kafkajs
Stars: ✭ 20 (+11.11%)
Mutual labels:  graphql-subscriptions
neko-relay-land
Neko Neko Relay 自定义隧道落地端
Stars: ✭ 28 (+55.56%)
Mutual labels:  relay
periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+588.89%)
Mutual labels:  relay
osc-simulator
A utility to test Open Sound Control sending and receiving from the browser
Stars: ✭ 23 (+27.78%)
Mutual labels:  relay
swifitch-software
Software for SWIFITCH HW
Stars: ✭ 12 (-33.33%)
Mutual labels:  relay
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+19416.67%)
Mutual labels:  relay
lumen-lighthouse-graphql
Lumen example use of a GraphQL PHP server using Lighthouse package
Stars: ✭ 31 (+72.22%)
Mutual labels:  relay

Subscriptions with GraphQL + Relay

Starting the App

Build graphql schema: npm run build:schema
Run relay compiler: npm run relay
Run relay compiler in watch mode: npm run relay -- --watch

To start the server: npm run start:server. Server will be running at port 4000, and graphiql will be available at this port.
To start dev client: yarn start. App will be running at port 3000.

Helpful resources on graphql subscriptions

Tutorial: GraphQL Subscriptions on the Server
How to GraphQL - Subscriptions
Apollo GraphQL Subscriptions Docs




This project was bootstrapped with Create React App.

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].