eddyystop's Stars
sodiray/radash
Functional utility library - modern, simple, typed, powerful
tc39/proposal-iterator-helpers
Methods for working with iterators in ECMAScript
cerebral/overmind
Overmind - Frictionless state management
WorldBrain/storex
Storex Core - A modular and portable database abstraction ecosystem for JavaScript
hapijs/bounce
Selective error catching and rewrite rules
ballercat/walt
:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:
marko-js/marko
A declarative, HTML-based language that makes building web apps fun
sveltejs/svelte
web development for the rest of us
feathers-plus/graphql
A high performance GraphQL adapter for SQL and non-SQL databases.
rematch/rematch
The Redux Framework
nayafia/lemonade-stand
A handy guide to financial support for open source
SBoudrias/grouped-queue
In memory queue system prioritizing tasks
arve0/feathers-custom-methods
add custom methods to your feathersjs services
lo1tuma/eslint-plugin-mocha
ESLint rules for mocha
alekbarszczewski/graphql-add-middleware
GraphQL middleware for schema resolvers
patrick-steele-idem/require-self-ref
Solves the relative path problem in Node.js by allowing the target module argument of a require call to be relative to the root directory of the containing package
Urigo/merge-graphql-schemas
A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.
graphql/dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
benawad/graphql-express-template
Node.js GraphQL Server template
luke3butler/feathers-versionate
Create and work with nested services.
jhurliman/node-rate-limiter
A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
andywer/webpack-blocks
📦 Configure webpack using functional feature blocks.
CaptEmulation/get-parameter-names
Retrieves the argument names of a function
Unitech/pm2
Node.js Production Process Manager with a built-in Load Balancer.
typeorm/typeorm
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
olado/doT
The fastest + concise javascript template engine for nodejs and browsers. Partials, custom delimiters and more.
ajv-validator/ajv
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
ericelliott/rfx
Self documenting runtime interfaces.
thosakwe/feathers-seeder
Straightforward data seeder for Feathers.js services. Promise-based.
feathersjs-ecosystem/feathers-permissions
Simple role and service method permissions for Feathers