Jaculus
Jaculus copied to clipboard
Implement url module
Implement node.js url module: https://nodejs.org/dist/latest-v14.x/docs/api/url.html
The module is probably implemented the best directly in Javascript - it is too much work to implement it in the native API and the performance probably won't be a problem here.
Difficulty: Medium