Skip to content

Ecosystem Overview

Velox TS ecosystem packages cover caching, background jobs, email, file storage, scheduling, and real-time events — each with a consistent API, swappable drivers for development and production, and type-safe configuration.

PackagePurpose
@veloxts/cacheMulti-driver caching (memory, Redis)
@veloxts/queueBackground job processing
@veloxts/mailEmail sending with React templates
@veloxts/storageFile storage abstraction (local, S3)
@veloxts/schedulerCron-based task scheduling
@veloxts/eventsReal-time broadcasting (WebSocket, SSE)

These packages are in early preview. APIs may change before v1.0.

  • Cache - Memory and Redis caching
  • Queue - Background job processing
  • Mail - Email with React templates
  • Storage - File storage abstraction
  • Scheduler - Cron task scheduling
  • Events - WebSocket/SSE broadcasting