{"id":16834730,"url":"https://github.com/mscdex/express-optimized","last_synced_at":"2025-04-11T04:35:36.107Z","repository":{"id":18372315,"uuid":"21552798","full_name":"mscdex/express-optimized","owner":"mscdex","description":"A minimal, optimized version of Express","archived":false,"fork":false,"pushed_at":"2014-07-23T23:43:51.000Z","size":216,"stargazers_count":13,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T04:35:30.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mscdex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-07T01:47:48.000Z","updated_at":"2023-05-14T04:05:31.000Z","dependencies_parsed_at":"2022-09-07T15:40:18.335Z","dependency_job_id":null,"html_url":"https://github.com/mscdex/express-optimized","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscdex%2Fexpress-optimized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscdex%2Fexpress-optimized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscdex%2Fexpress-optimized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscdex%2Fexpress-optimized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mscdex","download_url":"https://codeload.github.com/mscdex/express-optimized/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345257,"owners_count":21088231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:07:38.115Z","updated_at":"2025-04-11T04:35:36.079Z","avatar_url":"https://github.com/mscdex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\n\nA minimal, optimized version of Express.\n\n\nRequirements\n============\n\n* [node.js](http://nodejs.org/) -- v0.10.0+\n\n\nInstall\n=======\n\n    npm install express-optimized\n\n\nSupported Features\n==================\n\n**Anything not listed here is not implemented**\n\n* Router -- This is the exported class. It is used just like the normal Express Router.\n\n    * Functions\n\n        * **handler** -- A request handler function that you can pass to http(s).createServer().\n        * **use**([path], [callback...], callback) -- `path` can be a single path or an array of paths. `callback` can be a function or another Router. Chainable.\n        * **all**([path], [callback...], callback) -- Aliased to `use()`.\n        * **VERB**([path], [callback...], callback) -- Same as `use()` except specific to the particular HTTP verb.\n        * **route**(path) -- Returns a Router instance that is mounted at `path`, relative to this router's path.\n        * **param**(name, callback) -- Same as in Express except `name` is required.\n\n    * Properties\n\n        * **path** -- A string containing the base path of the router.\n\n* Request object ([http.IncomingMessage](http://nodejs.org/docs/latest/api/http.html#http_http_incomingmessage))\n\n    * Additional properties\n\n        * **params** -- An object containing any/all route path parameters.\n        * **query** -- An object containing any/all query parameters.\n        * **path** -- A string containing the full requested path (minus query parameters).\n        * **router** -- A reference to the Router instance handling this request.\n\n* Response object ([http.ServerResponse](http://nodejs.org/docs/latest/api/http.html#http_class_http_serverresponse))\n\n    * Additional properties\n\n        * **router** -- A reference to the Router instance handling this request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscdex%2Fexpress-optimized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmscdex%2Fexpress-optimized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscdex%2Fexpress-optimized/lists"}