Skip to content

Commit c4d25af

Browse files
committed
docs: adds a description (#2)
1 parent 9edaca3 commit c4d25af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<img src="https://img.shields.io/badge/repository-github-color" /></a>
1414
</p>
1515

16+
**Saborter Server** – A lightweight [Node.js](https://nodejs.org/en) library that automatically cancels server-side operations when the client aborts a request. Built on the standard [AbortController API](https://developer.mozilla.org/en-US/docs/Web/API/AbortController), it seamlessly with [Express](https://expressjs.com/) framework and allows you to stop unnecessary database queries, file writes, or external API calls, saving server resources and improving scalability. Fully tree‑shakeable – only the code you actually use ends up in your bundle.
17+
1618
## 📚 Documentation
1719

1820
The documentation is divided into several sections:

0 commit comments

Comments
 (0)