Skip to content

Moskovskiy/golang-gqlgen-reactjs-subscription-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GraphQL Subscription with Golang/React JS & React Apollo Client Subscription

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.8%
  • Go 37.5%
  • CSS 9.9%
  • HTML 5.8%