TurboHTTP is a high-performance HTTP server library developed in TypeScript. Inspired by Express, TurboHTTP is designed to provide a fast, lightweight, and efficient solution for building HTTP servers and REST APIs. By utilizing native Node.js features, it focuses on maximizing performance without sacrificing simplicity and ease of use.
- High Performance: Built with a focus on speed and efficiency, TurboHTTP leverages native capabilities to ensure optimized performance.
- TypeScript: Fully developed in TypeScript, offering static typing, better development tool support, and reduced runtime errors.
- Lightweight and Modular: Modular structure that allows adding only the necessary components, keeping the core library lightweight.
- Easy to Use: Intuitive and minimalist API that simplifies the creation and management of routes and middleware.
- Flexible: Full support for middleware, enabling the construction of complex applications with ease.
- Efficient Routing: Fast and flexible routing system that efficiently maps URLs to request handlers.
MIT License
Copyright (c) [2024] [RobsonTrasel]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contribuições são sempre bem-vindas!
Veja contribuindo.md
para saber como começar.
Por favor, siga o código de conduta
desse projeto.