{"id":19317307,"url":"https://github.com/robiulhr/cute-express","last_synced_at":"2025-06-16T10:40:46.273Z","repository":{"id":185228928,"uuid":"670687534","full_name":"robiulhr/cute-express","owner":"robiulhr","description":"Cute Express is a custom implementation of the popular Node.js web application framework Express js.","archived":false,"fork":false,"pushed_at":"2023-08-08T08:59:14.000Z","size":1273,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T02:04:32.058Z","etag":null,"topics":["backend","expressjs","framework","node","npm","web"],"latest_commit_sha":null,"homepage":"https://robiulhr.github.io/cute-express/","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/robiulhr.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,"governance":null}},"created_at":"2023-07-25T15:50:09.000Z","updated_at":"2024-08-08T17:04:42.000Z","dependencies_parsed_at":"2023-08-01T06:44:49.372Z","dependency_job_id":null,"html_url":"https://github.com/robiulhr/cute-express","commit_stats":null,"previous_names":["robiulhr/tiny-express","robiulhr/cute-express"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiulhr%2Fcute-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiulhr%2Fcute-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiulhr%2Fcute-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiulhr%2Fcute-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robiulhr","download_url":"https://codeload.github.com/robiulhr/cute-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250287415,"owners_count":21405609,"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":["backend","expressjs","framework","node","npm","web"],"created_at":"2024-11-10T01:14:37.329Z","updated_at":"2025-04-22T17:30:49.556Z","avatar_url":"https://github.com/robiulhr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cute Express\n\nCute Express is a custom implementation of the popular Node.js web application framework Express js.\n\nFast, unopinionated, minimalist web framework for [Node.js](https://nodejs.org/en).\n\n```js\nconst cuteExpress = require('cute-express')\nconst app = cuteExpress()\n\napp.get('/', function (req, res) {\n  res.send('Hello World')\n})\n\napp.listen(3000)\n```\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en) module available through the npm registry.\n\nBefore installing, [download and install Node.js](https://nodejs.org/en/download). Node.js 0.10 or higher is required.\n\nIf this is a brand new project, make sure to create a package.json first with the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).\n\nInstallation is done using the [`npm install` command](https://docs.npmjs.com/downloading-and-installing-packages-locally):\n\n```bash\n$ npm install cute-express\n```\n\nFollow our [installing guide](https://robiulhr.github.io/cute-express/getting_started/installing.html) for more information.\n\n## Features\n\n- Robust routing\n\n- HTTP helpers (redirection, response, request etc)\n\n- Content negotiation\n\n- Executable for generating applications quickly\n\n## Docs\n\n- [Website and Documentation](https://robiulhr.github.io/cute-express/)\n\n## License\n\n[MIT](./LICENSE)\n\n\n# Author\n\n- [Blog](https://robiul.dev/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiulhr%2Fcute-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobiulhr%2Fcute-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiulhr%2Fcute-express/lists"}