{"id":16483148,"url":"https://github.com/flawiddsouza/express-clone","last_synced_at":"2026-06-03T20:31:42.661Z","repository":{"id":44395504,"uuid":"357931059","full_name":"flawiddsouza/express-clone","owner":"flawiddsouza","description":"A very rough lightweight drop-in replacement for express. Limited feature set.","archived":false,"fork":false,"pushed_at":"2025-09-12T20:37:45.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-24T03:12:07.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/flawiddsouza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-14T14:18:03.000Z","updated_at":"2025-09-12T20:37:49.000Z","dependencies_parsed_at":"2024-11-12T12:47:03.217Z","dependency_job_id":"2bd3a01b-9c28-4d7f-9692-642566c705c9","html_url":"https://github.com/flawiddsouza/express-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flawiddsouza/express-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flawiddsouza%2Fexpress-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flawiddsouza%2Fexpress-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flawiddsouza%2Fexpress-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flawiddsouza%2Fexpress-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flawiddsouza","download_url":"https://codeload.github.com/flawiddsouza/express-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flawiddsouza%2Fexpress-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33878990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T13:13:08.925Z","updated_at":"2026-06-03T20:31:42.632Z","avatar_url":"https://github.com/flawiddsouza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Usage:\n```\nnpm install https://github.com/flawiddsouza/express-clone\n```\n\nSample Code:\n```js\nimport express from 'express-clone'\n\nconst app = express()\n\napp.get('/', (req, res) =\u003e {\n    res.send('Home')\n})\n\napp.get('/cat', (req, res) =\u003e {\n    res.send('Cat')\n})\n\napp.get('/cat/:id', (req, res) =\u003e {\n    res.send(req.params)\n})\n\napp.post('/cat', (req, res) =\u003e {\n    res.send(req.body)\n})\n\nconst port = 9000\n\napp.listen(port, () =\u003e {\n    console.log(`Listening at http://localhost:${port}`)\n})\n```\n\nTo Develop\n```\ngit clone https://github.com/flawiddsouza/express-clone\ncd express-clone\nnpm install\n```\n\nWhile developing, to test the server:\n```\nnode test-server.js\n```\n\nCore code is in server.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflawiddsouza%2Fexpress-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflawiddsouza%2Fexpress-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflawiddsouza%2Fexpress-clone/lists"}