Skip to content

Ecosystem Overview

VeloxTS provides ecosystem packages for common infrastructure patterns.

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