Skip to content

Introduction

The @duplojs/http library is part of the DuploJS ecosystem. This ecosystem aims to make TypeScript application development more robust. @duplojs/http contributes by improving the developer experience to create more durable applications while remaining quick to implement.

Role

HTTP servers are just an interface that lets a client exchange with the business layer. Yet many frameworks around the HTTP protocol suggest their role is to carry all the business logic. @duplojs/http, by contrast, focuses solely on its mission: providing a simple and, above all, robust interface for transporting data so that users and developers can work more easily and focus on what matters: the business logic.

Released under the MIT License.