Skip to content

verdavaine/solidgraph

Repository files navigation

SolidGraph

SolidGraph lets you build applications with SolidJs and WunderGraph.

What is Wundergraph ?

WunderGraph is the best Developer Experience to build Serverless APIs :

  • Server-Side-Only Compile-Time GraphQL API Layer
  • Auto-Generated TypeSafe Clients
  • OpenID Connect-based Authentication with RBAC
  • S3 integration for File Uploads

SolidGraph compostion

The SolidGraph library is composed of two files: hooks.ts and provider.tsx

License

The SoliGraph library is under MIT license.

Realtime chat example

This example demonstrates how SolidGraph lets you easily build a SolidJs application with Realtime subscription.

The code that might interest you the most can be found in index.tsx

Features

Features:

  • Authentication
  • Authorization
  • Realtime Updates
  • Cross Tab Login/Logout
  • typesafe generated Typescript Client

Prerequisites

Make sure you have docker compose installed. Alternatively, you can use any PostgreSQL database available on localhost.

Getting Started

Install the dependencies and run the example:

yarn global add @wundergraph/wunderctl@latest
yarn
yarn dev

Cleanup

docker-compose rm -v -f

Questions ?

Read the WunderGraph Docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages