Open mahabubx7 opened 1 month ago
core
🕐 : means still in development and improving... ✅ : means ready for release or completed targets ⏸ : means it is now in backlog or paused
express.js (v5)
Todo list for addition or implementation or custom module in core itself [ ] core content-disposition for request [ ] core content-type => improve by following it [ ] core cookie => custom [ ] core cookie-signature => custom [ ] core debug => custom | use-it [ ] core depd => review-n-decide [ ] core etag => use it directly [ ] core mime-types => review-n-decide or custom [ ] core encodeurl => review-n-decide [ ] core escape-html => custom (copy-paste-like) [ ] core fresh => custom (refactor + copy-paste) [ ] core methods => update our existing one from this [ ] core mime-types => update our existing one from this [ ] core proxy-addr => use-it-directly [ ] core qs => use-it-directly [ ] core range-parser => custom [ ] core safe-buffer => custom (copy-paste-like) [ ] core send => review & update Reply class [ ] core serve-static => custom (by reviewing it) [ ] core statuses => update our constants [ ] core type-is => review n decide
Todo list for addition or implementation or custom module in core itself
Reply
constants
Implement unit tests with at least 90%+ to 100% coverage fulfillment using vitest instead of jest
vitest
jest
Now start cooking this 😩 ~/@mahabubx7
Refactored core gateway, route and router module (new) Also, updated with latest benchmarks (including screenshot for details) ~/@mahabubx7
🔨
core
modules and necessary functionalitiesChecklist for implementations and development tasks:
core
Gateway 🕐 (refers route-handler-module)core
MxJs 🕐 Main class and application's corecore
Inquery 🕐 Request classcore
Reply 🕐 Response classFollowing
express.js (v5)
core to make this almost equivalentTests
Implement unit tests with at least 90%+ to 100% coverage fulfillment using
vitest
instead ofjest
Now start cooking this 😩 ~/@mahabubx7