awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tailcallhq avatar

tailcallhq/tailcall

0
View on GitHub↗
1,440 stars·256 forks·Rust·Apache-2.0·11 viewstailcall.run↗

Tailcall

High Performance GraphQL Runtime

Features

  • Server Libraries - Platform for building high-performance GraphQL backends.

Star history

Star history chart for tailcallhq/tailcallStar history chart for tailcallhq/tailcall

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tailcall

Similar open-source projects, ranked by how many features they share with Tailcall.
  • async-graphql/async-graphqlasync-graphql avatar

    async-graphql/async-graphql

    3,671View on GitHub↗

    async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su

    Rust
    View on GitHub↗3,671
  • burner/graphqldburner avatar

    burner/graphqld

    35View on GitHub↗

    A vibe.d library to handle the GraphQL Protocol written in the D Programming Language

    D
    View on GitHub↗35
  • codeneomatrix/diana.jlcodeneomatrix avatar

    codeneomatrix/Diana.jl

    115View on GitHub↗

    GraphQL for Julia

    Julia
    View on GitHub↗115
  • garymardell/graphql.crgarymardell avatar

    garymardell/graphql.cr

    1View on GitHub↗

    Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema is defined by creating instances of core types (Schema, Field, Type, Argument...). This provides an AST which is used in both the execution and validation phases.

    Crystal
    View on GitHub↗1
See all 8 alternatives to Tailcall→

Frequently asked questions

What does tailcallhq/tailcall do?

High Performance GraphQL Runtime

What are the main features of tailcallhq/tailcall?

The main features of tailcallhq/tailcall are: Server Libraries.

What are some open-source alternatives to tailcallhq/tailcall?

Open-source alternatives to tailcallhq/tailcall include: async-graphql/async-graphql — async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses… burner/graphqld — A vibe.d library to handle the GraphQL Protocol written in the D Programming Language. codeneomatrix/diana.jl — GraphQL for Julia. garymardell/graphql.cr — Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema… graphql-crystal/graphql — GraphQL server library for Crystal. graphql-rust/graphql-parser — A graphql query language and schema definition language parser and formatter for rust.