Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
GraphQL is a data query language and runtime designed and used at Facebook to request and deliver data to mobile and web apps since 2012. | It is a Javascript library used to make http requests from node.js or XMLHttpRequests from the browser and it supports the Promise API that is native to JS ES6. |
Hierarchical;Product-centric;Client-specified queries;Backwards Compatible;Structured, Arbitrary Code;Application-Layer Protocol;Strongly-typed;Introspective | - |
Statistics | |
GitHub Stars - | GitHub Stars 108.1K |
GitHub Forks - | GitHub Forks 11.4K |
Stacks 34.9K | Stacks 6.7K |
Followers 28.1K | Followers 419 |
Votes 309 | Votes 0 |
Pros & Cons | |
Pros
Cons
| No community feedback yet |

A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Prisma is an open-source database toolkit. It replaces traditional ORMs and makes database access easy with an auto-generated query builder for TypeScript & Node.js.

Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database

Visualize your data in 6 different ways. Each of them animated, with a load of customisation options and interactivity extensions.

It is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming RESTful APIs. It helps you focus on your business logic while building RESTful APIs without having to worry about the various approaches to define request and response headers, status codes, HTTP methods, URL conventions, media types, payload formats, query options, etc.

Immutable provides Persistent Immutable List, Stack, Map, OrderedMap, Set, OrderedSet and Record. They are highly efficient on modern JavaScript VMs by using structural sharing via hash maps tries and vector tries as popularized by Clojure and Scala, minimizing the need to copy or cache data.

It is a powerful, yet straightforward database programming language. It is easy to both write and read, and comes packed with lots of out-of-the-box optimizations and security features.

A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility functions for common programming tasks using the functional programming paradigm.

It emphasizes a purer functional style. Immutability and side-effect free functions are at the heart of its design philosophy. This can help you get the job done with simple, elegant code.