simplex-api
v1.2.0
Published
A basic ExpressJS clone that aims to solidify the Node.js and APIs knowledge obtained
Maintainers
Readme
Simplex
A ExpressJS like framework, that aims to use modern features and patterns to scale your API.
📌 About the Project
Simplex is an NPM package inspired by ExpressJS. Its main goal is to help developers to build APIs, routing systems, and middleware handling.
🚀 Technologies Used
- Node.js (v21.7)
- Debian OS
This version of NodeJS was used to create the project, but it doesn't mean that the package only works with it.
🧩 Project Type
- NPM Package for API creation
⚙️ Main Features
- Middleware system
- Express-like routing system
- Decorators based routing
▶️ How to use the package
Requirements
- Node.js version 21.7 or higher
Usage
npm install simplex-apiIn the
examplesfolder, we have a lot of examples of how to use the package, feel free to copy or do your version of the implementation.
🔗 Repository
- GitHub: https://github.com/luanAfons0/Simplex
📄 License
This project is licensed under the MIT License.
👤 Author
- Name: Luan Afonso
- LinkedIn: https://www.linkedin.com/in/luan-henrique-afonso-881154280/
- GitHub: https://github.com/luanAfons0
🎯 Target Audience
- Other developers
