Advanced Search
Search Results
793 total results found
readme.md for @push.rocks/smartxml
a package for creating and parsing XML formatted files Install To start using @push.rocks/smartxml in your project, you'll first need to install it. This package is distributed via npm, so you can install it by running the following command in your project's r...
readme.md for @push.rocks/smartwhois
a package for dealing with whois requests Install To install @push.rocks/smartwhois, you can use npm or yarn. First, open your terminal, then execute one of the following commands in your project directory: npm install @push.rocks/smartwhois --save or yarn ad...
readme.md for @push.rocks/smartyaml
Handle YAML in smart ways. Install To use @push.rocks/smartyaml in your project, you need to install it using npm or yarn. Run the following command in your project directory: npm install @push.rocks/smartyaml --save or if you prefer yarn: yarn add @push.rock...
readme.md for @push.rocks/smartvhost
a module creating a vhost layer in order to maintain several smartexpress instances Install To install @push.rocks/smartvhost, use the following npm command: npm install @push.rocks/smartvhost --save This will add smartvhost as a dependency to your project an...
readme.md for @push.rocks/smartversion
handle semver with ease Install To incorporate @push.rocks/smartversion into your project, run the following command using npm: npm install @push.rocks/smartversion --save Or if you prefer using Yarn: yarn add @push.rocks/smartversion This will add it to you...
@push.rocks/webdetector
A library to detect web environments and PWA installation status within a browser.
@push.rocks/webglobal
A better non-polluting global module for efficient in-browser communication.
@push.rocks/webjwt
A package for handling JWTs in web environments.
@push.rocks/taskbuffer
A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.
readme.md for @push.rocks/webdetector
detect different environments within the browser Install To install @push.rocks/webdetector, you can use npm or yarn. Run the following command in your terminal: npm install @push.rocks/webdetector --save or if you prefer using yarn: yarn add @push.rocks/webd...
readme.md for @push.rocks/webglobal
a better non polluting global module for efficient in browser communication Install To install @push.rocks/webglobal, use the following npm command: npm install @push.rocks/webglobal --save This will add it to your project's dependencies. Usage To get started...
readme.md for @push.rocks/webjwt
a package to handle jwt in the web Install To install @push.rocks/webjwt, ensure you have Node.js and npm installed. Then run the following command in your terminal: npm install @push.rocks/webjwt --save This command installs @push.rocks/webjwt and adds it to...
readme.md for @push.rocks/taskbuffer
Modern TypeScript task orchestration and service lifecycle management with constraint-based concurrency, smart buffering, scheduling, health checks, and real-time event streaming Issue Reporting and Security For reporting bugs, issues, or security vulnera...
@push.rocks/webrequest
A module for making secure web requests from browsers with support for caching and fault tolerance.
@push.rocks/websetup
A library for setting up basic properties of a web page including meta tags, OpenGraph tags, JSON-LD structured data, with support for dynamic content.
@push.rocks/webstore
A high-performance storage solution for web applications using IndexedDB.
readme.md for @push.rocks/webrequest
Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and advanced fault tolerance. Works seamlessly in browsers, Node.js, Deno, and Bun. Issue Reporting and Security For reporting bugs, issues, or security vulnerabiliti...
readme.md for @push.rocks/websetup
setup basic page properties Install To install @push.rocks/websetup, you can use npm (Node Package Manager). Simply run the following command in your terminal: npm install @push.rocks/websetup --save This will download the package and add it to your project's...