Draft:AxonJs (web framework)
| Submission declined on 14 August 2025 by Chaotic Enby (talk). This submission appears to read more like an advertisement than an entry in an encyclopedia. Encyclopedia articles need to be written from a neutral point of view, and should refer to a range of independent, reliable, published sources, not just to materials produced by the creator of the subject being discussed. This is important so that the article can meet Wikipedia's verifiability policy and the notability of the subject can be established. If you still feel that this subject is worthy of inclusion in Wikipedia, please rewrite your submission to comply with these policies. This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are:
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Comment: In accordance with Wikipedia's Conflict of interest policy, I disclose that I have a conflict of interest regarding the subject of this article. Mr.MKZ (talk) 21:10, 14 August 2025 (UTC)
| AxonJs | |
|---|---|
| Developer | Mr.MKZ (Erfan Karimi) |
| Initial release | October 20, 2024 |
| Stable release | 0.13.0
|
| Written in | TypeScript (Node.js) |
| Operating system | Cross-platform |
| Type | Web framework, Backend framework |
| License | MIT License |
| Website | axonjslabs |
AxonJs is an open-source, high-performance backend web framework for Node.js, developed by Mr.MKZ (Erfan Karimi). It is designed to offer twice the performance of Express.js by focusing on speed, scalability, and a streamlined developer experience. The framework is part of the AxonJsLabs ecosystem and is distributed via the npm package @axonlabs/core.
Overview
[edit]AxonJs was created with the goal of providing a modern, minimal, and high-speed backend framework for developers building APIs and microservices. Unlike traditional Node.js frameworks, AxonJs is optimized for low-latency request handling and supports features such as middleware chaining, asynchronous controllers, and microservice-friendly architecture.
The framework was first introduced in summer 2024 and aims to serve developers who require both performance and simplicity without sacrificing flexibility. Its design focuses on performance-critical scenarios, making it suitable for SaaS platforms, enterprise backends, and resource-intensive services.
Features
[edit]- High-performance request handling, with benchmarks claiming up to 2× faster processing than Express.js
- Fully asynchronous middleware and controllers using the
(req, res, next)pattern - Built-in support for middleware composition and chaining
- Minimal core size with optional extensions for ecosystem growth
- Compatible with modern Node.js environments and ES module syntax
- Designed for extensibility and integration with third-party libraries
Development
[edit]AxonJs is developed and maintained by Erfan Karimi, known online as Mr.MKZ, whose GitHub profile is available at github
Licensing
[edit]AxonJs is released under the permissive MIT License, allowing both commercial and personal use with minimal restrictions.
