Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 507 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 507 Bytes

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