Let's make sure our Express app has the required base modules:
# within root of API
npm install --save express pg knex bcrypt
npm install --save-dev nodemon| [ | |
| { | |
| "name":"Anti-mage", | |
| "Health":[ | |
| "500", | |
| "1000", | |
| "2000" | |
| ], | |
| "Mana":[ | |
| "100", |
This is a proposal for lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal!
Hi, I am Andy, creator of leakage - the node-powered memory leak testing library.
Instead of manual debugging it provides a structured approach to fix or even prevent memory leaks.