
Falcor
GraphQL
FastAPI
OData
LoopBack.io
Mercurius
Django REST framework
PostgREST
JsonAPI
GraphQL
graphql.js
Apollo
Graphene
Productivity Power Tools
Mercurius
Prisma GraphQL API
Falcor
JsonAPINo JsonAPI videos yet. You could help us improve this page by suggesting one.
Based on our record, JsonAPI seems to be a lot more popular than Falcor. While we know about 52 links to JsonAPI, we've tracked only 4 mentions of Falcor. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Interesting the article jumps straight from REST to GraphQL and forgets Falcor[0] - Netflix's alternative vision for federated services. For a while it looked like it might be a contender to GraphQL but it never really seemed to take off despite being simpler to adopt. [0] https://netflix.github.io/falcor/. - Source: Hacker News / almost 3 years ago
- obviously netflix with falcor, EVCache and hundreds of other projects. Source: about 4 years ago
I pushed for Falcor over GraphQL in 2016. I still think Falcor was a more elegant core idea, but the implementation, tooling, and community never materialized like it did with GraphQL, and now Falcor is relatively niche and obscure. Netflix wasn't willing or able to promote it like Facebook did with GraphQL. That was beginning to be apparent in 2016, but I liked the concept too much. Source: almost 5 years ago
Netflix has two amazing aspects I think. One is obviously the movie infrastructure and the other the way they do data and state management. I would read up on https://netflix.github.io/falcor to get an idea what is involved here.to be honest I dont get the point of rebuilding the visual aspects of their web app, that part is trivial and also completely useless without the parts that matter. Source: about 5 years ago
REST does not define a standard batching mechanism at the protocol level. When batching is needed, it is handled through API design (such as bulk endpoints), infrastructure, or framework-specific solutions. Some specifications attempt to address this, such as ODataโs batch format or JSON:APIโs compound documents, but adoption is inconsistent. - Source: dev.to / 4 months ago
Why reinvent the wheel poorly when you have a hundred of solutions like https://jsonapi.org/? - Source: Hacker News / about 1 year ago
For context, the subject-predicate-object pattern is known as a semantic triple or Resource Description Framework (RDF) triple: https://en.wikipedia.org/wiki/Semantic_triple They're useful for storing social network graph data, for example, and can be expressed using standards like Open Graph and JSONAPI: https://ogp.me https://jsonapi.org I've stored RDF triples in database tables and experimented with query... - Source: Hacker News / over 1 year ago
Built on JSON API standards, the OSF API is intuitive for anyone familiar with REST conventions. Once you learn its core patterns, you can quickly expand into project creation, user collaboration, and moreโwithout constantly referencing documentation. The official OSF API docs provide everything needed to get started. - Source: dev.to / over 1 year ago
Following established patterns reduces the learning curve for your API. Adopt conventions from JSON:API or Microsoft API Guidelines to provide consistent experiences. - Source: dev.to / over 1 year ago
GraphQL - GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.
FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
graphql.js - A reference implementation of GraphQL for JavaScript - graphql/graphql-js
OData - OData, short for Open Data Protocol, is an open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way.
Apollo - Apollo is a full project management and contact tracking application.
LoopBack.io - A highly extensible Node.js and TypeScript framework for building APIs and microservices.