Skip to content
/ demo Public

Demo of rgraphql over websocket

License

Notifications You must be signed in to change notification settings

rgraphql/demo

Repository files navigation

rGraphQL Demo

Demonstration of Go and TypeScript two-way graphql over WebSockets.

Introduction

This is a demonstration of rgraphql communicating over a WebSocket. It uses React and Vite to demonstrate a minimal example.

Usage

Start by downloading the dependencies:

# if you don't have yarn: npm i -g yarn
yarn

Run the web app with vite:

yarn dev

Run the go server:

cd ./server
go run -v ./

License

MIT