hashgraph / guardian

The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets. It leverages a customizable Policy Workflow Engine and Web3 technology to ensure transparent and fraud-proof operations, making it a key tool for transforming sustainability practices and carbon markets.
Apache License 2.0
93 stars 120 forks source link

Express to Fastify Migration #3835

Closed Pyatakov closed 6 days ago

Pyatakov commented 6 days ago

Problem description

Currently Guardian is built using Express, which has served us well but is showing limitations in performance and scalability as our user base grows. Express.js, while robust, doesn't fully leverage the capabilities of modern Node.js features. We need to migrate to a more performant framework to improve our application's speed, reduce latency, and better handle concurrent requests.

Requirements

Definition of done

Acceptance criteria