Pinned Repositories
better-lookup
A better async DNS lookup function for Node.js that implements atomic cache operation.
better-sqlite-pool
A connection pool for better-sqlite3.
fron
Feature-Rich Object Notation
goext
Extended functionalities that are missing in the Go standard library but frequently used in other languages.
js-magic
JavaScript magic methods support.
jsext
A JavaScript extension package for building strong and modern applications.
next-controller
Elegant API/MVC controller wrapper for Next.js framework.
ngrpc
Make it easy to create clean and elegant gRPC based microservices.
node-repl-await
Standalone util function from Node.js core to process await statements in REPL.
safe-string-literal
Escapes and Unescapes strings into safe literals.
ayonli's Repositories
ayonli/jsext
A JavaScript extension package for building strong and modern applications.
ayonli/next-controller
Elegant API/MVC controller wrapper for Next.js framework.
ayonli/better-sqlite-pool
A connection pool for better-sqlite3.
ayonli/js-magic
JavaScript magic methods support.
ayonli/better-lookup
A better async DNS lookup function for Node.js that implements atomic cache operation.
ayonli/safe-string-literal
Escapes and Unescapes strings into safe literals.
ayonli/fron
Feature-Rich Object Notation
ayonli/node-repl-await
Standalone util function from Node.js core to process await statements in REPL.
ayonli/check-iterable
A toolbox to check if an object is iterable, an iterator or a generator, etc.
ayonli/goext
Extended functionalities that are missing in the Go standard library but frequently used in other languages.
ayonli/ngrpc
Make it easy to create clean and elegant gRPC based microservices.
ayonli/thenable-generator
Create generators implemented the PromiseLike interface so that they can be awaited in async contexts.
ayonli/grpc-async
A gRPC wrapper for Node.js with async functions.
ayonli/is-like
Functions to check if a value is something alike.
ayonli/literal-toolkit
A toolkit to parse and generate JavaScript style literals.
ayonli/outlining
Constructs outline section tokens from list items, markdown or HTML contents.
ayonli/type-guard
Runtime type checking for JavaScript variables and functions.
ayonli/axios
Promise based HTTP client for the browser and node.js
ayonli/chrome-finder
chrome finder
ayonli/find-process
find process by port/pid/name etc.
ayonli/is-color
Check if a string is CSS color value
ayonli/lib.deno.dev
ayonli/os-lock
Cross-platform file locking for Node.js
ayonli/require-chain
Finds all the CommonJS files and their ancestors that require the target file.
ayonli/ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js