All Projects → logisticinfotech → golang-gqlgen-reactjs-subscription-demo

logisticinfotech / golang-gqlgen-reactjs-subscription-demo

Licence: other
GraphQL Subscription with Golang/React JS & React Apollo Client Subscription

Programming Languages

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

Projects that are alternatives of or similar to golang-gqlgen-reactjs-subscription-demo

eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (+158.62%)
Mutual labels:  golang-examples, golang-application
shortlink
High-Performance Shortlink ( Short URL ) app creator in Golang. For privacy reasons, you may prefer to host your own short URL app and this is the one to use.
Stars: ✭ 130 (+348.28%)
Mutual labels:  golang-examples, golang-application
procedural
Procedural generation as a service
Stars: ✭ 81 (+179.31%)
Mutual labels:  golang-application
ssr-decode
一个解析Shadowsocks/ShadowsocksR/V2Ray订阅链接(http/ss/ssr/vmess)并生成json配置文件的百行shell小脚本
Stars: ✭ 53 (+82.76%)
Mutual labels:  subscription
dekart
GIS Visualisation for Amazon Athena and BigQuery
Stars: ✭ 131 (+351.72%)
Mutual labels:  golang-application
direct-stripe
Stripe payment button for WordPress websites
Stars: ✭ 12 (-58.62%)
Mutual labels:  subscription
go api boilerplate
🐶Go (Golang)🚀REST / GraphQL API + Postgres boilerplate
Stars: ✭ 127 (+337.93%)
Mutual labels:  gqlgen
gh
Control GitHub from your Terminal
Stars: ✭ 28 (-3.45%)
Mutual labels:  golang-application
golangschool
原生golang语言开发的web网站
Stars: ✭ 98 (+237.93%)
Mutual labels:  golang-examples
ng-observe
Angular reactivity streamlined...
Stars: ✭ 65 (+124.14%)
Mutual labels:  subscription
cordova-plugin-purchases
Cordova in-app purchases and subscriptions made easy.
Stars: ✭ 52 (+79.31%)
Mutual labels:  subscription
graphql-nats-subscriptions
A graphql subscriptions implementation using nats and apollo's graphql-subscriptions
Stars: ✭ 27 (-6.9%)
Mutual labels:  graphql-subscriptions
jsonfiddle
JSON Fiddling
Stars: ✭ 14 (-51.72%)
Mutual labels:  golang-application
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (+13.79%)
Mutual labels:  golang-examples
nssh
An easy way to manage SSH connections and sshconfig records
Stars: ✭ 25 (-13.79%)
Mutual labels:  golang-application
jacobin
A more than minimal JVM written in Go and capable of running Java 17 classes.
Stars: ✭ 59 (+103.45%)
Mutual labels:  golang-application
loli
A pretty CLI to find animes passing images 👉😳👈
Stars: ✭ 17 (-41.38%)
Mutual labels:  golang-application
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (+0%)
Mutual labels:  golang-application
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+17.24%)
Mutual labels:  subscription
fiware-meteoroid
Meteoroid realizes integrating Function as a Service(FaaS) capabilities in FIWARE. It provides a management interface specialized for FaaS and FIWARE.
Stars: ✭ 13 (-55.17%)
Mutual labels:  subscription

Golang-gqlgen-Reactjs-subscription-demo

You can find step by step guide for Golang Part 1 here And React Part 2 here to understand this demo properly.

for golang graphql gqlgen package is used. for reacjs applo-client is used.

Preview

How to Run

cd golang
go get ./
go run main.go

cd reactjs
npm install
npm start

Golang graphql server will start on http://localhost:8888

React server will start on http://localhost:3000

Further help

Checkout full blog for Golang Part 1 here And React Part 2 here

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