Advanced Search
Search Results
793 total results found
readme.md for @push.rocks/smartrx
@push.rocks/smartrx smart wrapper for rxjs Install To install @push.rocks/smartrx, run the following command in your terminal: npm install @push.rocks/smartrx --save This package is distributed via npm and should be saved as a dependency in your project's pac...
docs/index.md for @push.rocks/smartrx
smartrx smart wrapper for rxjs Availabililty Status for master Usage Use TypeScript for best in class instellisense. For further information read the linked docs at the top of this README. MIT licensed | © Lossless GmbH | By using this npm module...
docs/observablemap.md for @push.rocks/smartrx
class Observablemap Event Emitters are nice. However often times you end up with registering multiple listeners for the exact same thing. Observables have a smaller footprint and a more manageable subscribe logic. Observablemap registers only one rxjs observab...
@push.rocks/smartshell
A library for executing shell commands using promises.
@push.rocks/smartstorage
create an S3-compatible endpoint that map to a local directory.
@push.rocks/smartscaf
A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.
readme.md for @push.rocks/smartshell
Execute shell commands with superpowers in Node.js ⚠️ Security Notice IMPORTANT: Please read the Security Guide below for critical information about command execution and input handling. Always use execSpawn methods for untrusted input. Why smartshell? 🚀 Tir...
readme.md for @push.rocks/smartstorage
A high-performance, S3-compatible storage server powered by a Rust core with a clean TypeScript API. Runs standalone for dev/test — or scales out as a distributed, erasure-coded cluster with QUIC-based inter-node communication. No cloud, no Docker. Just npm in...
readme.md for @push.rocks/smartscaf
Lightning-fast project scaffolding with smart templates and variable interpolation What It Does SmartScaf is a powerful TypeScript scaffolding engine that transforms template directories into fully configured projects in seconds. Think of it as your project's ...
@push.rocks/smartsourcemap
Enables sourcemap support in Node.js projects for improved debugging.
@push.rocks/smartsign
A library for signing PDF documents.
@push.rocks/smartsmtp
A module for handling SMTP operations such as sending emails via SMTP or sendmail transport.
@push.rocks/smartsocket
Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.
@push.rocks/smartsitemap
A module for generating and managing sitemaps, supporting dynamic sitemap generation from feeds.
readme.md for @push.rocks/smartsign
sign documents Install To install @push.rocks/smartsign, run the following command in your terminal: npm install @push.rocks/smartsign --save This will add @push.rocks/smartsign to your project's dependencies and enable you to start using its functionality to...
readme.md for @push.rocks/smartsourcemap
get sourcemap support in node Install To use @push.rocks/smartsourcemap in your project, run: npm install @push.rocks/smartsourcemap --save This will add it to your project's dependencies. Usage Getting Started @push.rocks/smartsourcemap makes it straightforw...
readme.md for @push.rocks/smartsocket
Easy and secure WebSocket communication with native WebSocket support 🔌 Features 🚀 Native WebSocket - Uses native WebSocket API (browser) and ws library (Node.js) 🔄 Auto Reconnection - Exponential backoff with configurable retry limits 📡 RPC-style Function Ca...
readme.md for @push.rocks/smartsmtp
a module for handling smtp stuff Install To install @push.rocks/smartsmtp, use the following command with npm: npm install @push.rocks/smartsmtp --save Ensure that you are installing the package in a project set up with TypeScript and support for ECMAScript m...