My solutions to Rosalind problems in JavaScript (Node.js).
Because Python is so 1999. And I wanted to learn more about "vanilla" JavaScript and the Node.js ecosystem.
- node-bignum for those extra large numbers.
- node-clone for (deep) cloning of object.
- node-graphviz for sexy graphs.
- request for super simple HTTP requests.
- async for handling those simple HTTP requests (and much more).