Skip to content

Commit

Permalink
Add resource section (#4767)
Browse files Browse the repository at this point in the history
The description mentions libraries and resources to be referenced on this page. I added a section for resources referencing blog posts with recipes to achieve different outcomes with Axios.
  • Loading branch information
fboeller committed Jun 18, 2022
1 parent 8647bda commit 665db73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ECOSYSTEM.md
Expand Up @@ -42,3 +42,19 @@ This is a list of axios related libraries and resources. If you have a suggestio
* [axios-test-instance](https://github.com/remcohaszing/axios-test-instance) — Test NodeJS backends using Axios
* [moxios](https://github.com/axios/moxios) - Mock axios requests for testing
* [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios

## Resources

### General

* [Connection pooling with agentkeepalive](https://traveling-coderman.net/code/node-architecture/connection-pooling/)
* [Error handling in Express.js](https://traveling-coderman.net/code/node-architecture/axios-error-handling/)
* [Request authentication with JWT](https://traveling-coderman.net/code/node-architecture/http-auth/)

### Logging and debugging

* [Pino request logging](https://traveling-coderman.net/code/node-architecture/logging-http-requests/)

### Unit testing

* [Organizing and testing HTTP requests](https://traveling-coderman.net/code/node-architecture/sending-http-requests/)

0 comments on commit 665db73

Please sign in to comment.