restana
restana copied to clipboard
Restana is a lightweight and fast Node.js framework for building RESTful APIs.
Results
2
restana issues
Sort by
recently updated
recently updated
newest added
Hello, I conducted some tests using SWC to reduce the file sizes and potentially improve the performance of this library. Changes: - Instead of publishing the "libs" folder, we now...
**Describe the bug** serve-static is not working with Restana 5.0.0. **To Reproduce** Steps to reproduce the behavior: ```ts import restana from "restana"; import path from "path"; const api = restana()...