Relay

Open-source projects categorized as Relay

Top 23 Relay Open-Source Projects

  • react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

    Project mention: Major Update to React Starter Kit: Welcome Joy UI and Jotai! | /r/reactjs | 2023-12-04

    Your Feedback Matters Your feedback is crucial for the continuous improvement of the React Starter Kit. Please try out the new version and share your thoughts and experiences. If you encounter any issues or have suggestions, feel free to open an issue on GitHub or join our community chat on Discord. We're excited to see the amazing applications you'll build with these new features! Happy coding! https://github.com/kriasoft/react-starter-kit

  • parse-server

    Parse Server for Node.js / Express

    Project mention: The 2024 Web Hosting Report | dev.to | 2024-02-20

    Backend as a Service (BaaS) goes back to early 2010’s with companies like Parse and Firebase. These products integrated everything a backend provides to a webapp in a single, integrated package that makes it easier to get started and enables you to offload some of the devops maintenance work to someone else.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • hysteria

    Hysteria is a powerful, lightning fast and censorship resistant proxy.

    Project mention: Russia has started indiscriminately blocking all OpenVPN/WireGuard connections | news.ycombinator.com | 2024-01-20

    As far as I know https://github.com/apernet/hysteria is the latest proxy protocol (used in China). Maybe try this

  • Graphene

    GraphQL framework for Python

    Project mention: Who moved my error codes? Adding error types to your GoLang GraphQL Server | dev.to | 2023-06-25

    And gqlgen is not alone in this. We found several more GraphQL frameworks that don’t take it upon themselves to address this problem. Widely used GraphQL server implementations, such as graphql-go/graphql and Python’s graphene, have the exact same gap of exposing messages of unexpected errors by default.

  • graphql

    Ruby implementation of GraphQL

    Project mention: Rails 7.1 Released | news.ycombinator.com | 2023-10-05

    My memory is fuzzy, but...

    1. all data flow through the rails app (no pre-signed s3 upload or download links for direct uploading).

    2. no support for CDNs (I think newer rails versions added support)

    3. blobs and attachments were unnecessary abstractions.

    3a. Querying was annoying and easy to add n+1 queries.

    3b. Images are moderated and it was unclear where to put the moderation metadata (on blobs? attachments? create a new table? why so many tables?). Accessing the data was annoying (you need extra joins).

    4. GraphQL gem didn't support it: https://github.com/rmosolgo/graphql-ruby/issues/1777

  • react-firebase-starter

    Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

  • Absinthe Graphql

    The GraphQL toolkit for Elixir

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • tproxy

    A cli tool to proxy and analyze TCP connections.

    Project mention: A cli tool that helps to check the behaviors of connectioin pools. | /r/golang | 2023-05-07
  • Mycodo

    An environmental monitoring and regulation system

    Project mention: Help with environmental parameters for a computer-controlled terrarium? | /r/SavageGarden | 2023-07-28

    For controlling everything, the plan is to use a Raspberry Pi running Mycodo, which will connect to the the temperature/humidity sensors, and also control the LED lights, the misting sprayers, and the heating coil.

  • graphql-ws

    Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

    Project mention: FLaNK AI - 01 April 2024 | dev.to | 2024-04-01
  • graphql-relay-js

    A library to help construct a graphql-js server supporting react-relay.

  • xiu

    A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀

    Project mention: Xiu – simple, high performance and secure live media server in pure Rust | news.ycombinator.com | 2024-01-28
  • graphql-config

    One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)

  • nfcgate

    An NFC research toolkit application for Android

  • OverblogGraphQLBundle

    This bundle provides tools to build a complete GraphQL API server in your Symfony App.

  • get-graphql-schema

    Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

  • graphql-crunch

    Reduces the size of GraphQL responses by consolidating duplicate values

    Project mention: In Defense of Simple Architectures | news.ycombinator.com | 2024-02-20

    > Default GQL encoding is redundant and we care a lot about limiting size because many of our customers have low bandwidth

    I'd love to know how you ended up combating this! I'm assuming something like graphql-crunch[0] or graphql-deduplicator[1], but I'd love to know what worked well in practice.

    [0]: https://github.com/banterfm/graphql-crunch

    [1]: https://github.com/gajus/graphql-deduplicator

  • trouble-training

    FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.

  • graphql-live-query

    Realtime GraphQL Live Queries with JavaScript

  • redis-cache

    A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

    Project mention: What are your must instal plug-ins? | /r/Wordpress | 2023-04-20

    Ah yes, good catch. For caching I use Redis (which is installed/setup on the server, and connected via the Redis Object Cache plugin). I tend to also implement a good amount of caching in the theme itself using WP's built in caching functions, as well as utilizing Cloudflare. All assets (SCSS, JS etc...) are compressed/minified before being pushed up to the theme's repo.

  • FSharp.Data.GraphQL

    FSharp implementation of Facebook GraphQL query language.

  • graphql-sse

    Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.

  • react-relay-network-modern

    Relay Modern Network Layer with middlewares — cache, auth, retry, batch, logger, SSR

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-01.

Relay related posts

Index

What are some of the best open-source Relay projects? This list will help you:

Project Stars
1 react-starter-kit 22,494
2 parse-server 20,600
3 hysteria 12,963
4 Graphene 7,971
5 graphql 5,338
6 react-firebase-starter 4,494
7 Absinthe Graphql 4,214
8 tproxy 3,154
9 Mycodo 2,833
10 graphql-ws 1,655
11 graphql-relay-js 1,528
12 xiu 1,461
13 graphql-config 1,146
14 nfcgate 884
15 OverblogGraphQLBundle 776
16 get-graphql-schema 654
17 graphql-crunch 533
18 trouble-training 438
19 graphql-live-query 434
20 redis-cache 400
21 FSharp.Data.GraphQL 393
22 graphql-sse 368
23 react-relay-network-modern 322
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com