{"id":16483148,"url":"https://github.com/flawiddsouza/express-clone","last_synced_at":"2025-11-24T03:05:02.732Z","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":"2023-06-23T14:42:56.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T12:14:29.813Z","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}},"created_at":"2021-04-14T14:18:03.000Z","updated_at":"2023-03-04T03:28:30.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241215123,"owners_count":19928427,"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-11T13:13:08.925Z","updated_at":"2025-11-24T03:04:57.699Z","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"}