Backend
π― Core Framework & Runtime
Node.js with TypeScript β Provides a scalable, type-safe, and efficient backend environment.
Express.js β A lightweight and fast web framework for building APIs.
π Security & Authentication
Helmet β Secures HTTP headers.
CORS β Handles cross-origin resource sharing.
Bcrypt β Encrypts and hashes.
Crypto-js β Provides encryption utilities.
π Monitoring & Logging
Winston β A robust logging library for capturing logs.
Morgan β Middleware for logging HTTP requests.
Sentry β Error tracking and performance monitoring.
π Development Tools
Jest & ts-jest β Frameworks for unit and integration testing.
ESLint & Prettier β Ensures code quality and formatting consistency.
Husky & lint-staged β Automates pre-commit linting and formatting.
β Blockchain Integration
Lucid Cardano SDK β Enables interaction with the Cardano blockchain.
Last updated