{"id":23908935,"url":"https://github.com/sanmeet007/simple-express","last_synced_at":"2025-09-10T17:32:13.227Z","repository":{"id":60293150,"uuid":"540876313","full_name":"Sanmeet007/simple-express","owner":"Sanmeet007","description":"Node.js Framework with simple and clean syntax. Provides file uploader , body parser  , EJS file rendering etc out of the box  making it beginner friendly.","archived":false,"fork":false,"pushed_at":"2023-04-18T18:23:30.000Z","size":1877,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T23:36:16.379Z","etag":null,"topics":["node-framework","nodejs","nodejs-server","simple-express"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@sanmeet007/simple-express","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sanmeet007.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":"2022-09-24T15:31:07.000Z","updated_at":"2024-10-14T15:48:51.000Z","dependencies_parsed_at":"2023-01-18T21:23:30.048Z","dependency_job_id":null,"html_url":"https://github.com/Sanmeet007/simple-express","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanmeet007%2Fsimple-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanmeet007%2Fsimple-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanmeet007%2Fsimple-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanmeet007%2Fsimple-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanmeet007","download_url":"https://codeload.github.com/Sanmeet007/simple-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232548662,"owners_count":18540154,"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":["node-framework","nodejs","nodejs-server","simple-express"],"created_at":"2025-01-05T05:14:34.165Z","updated_at":"2025-01-05T05:14:56.113Z","avatar_url":"https://github.com/Sanmeet007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Express\n\n#### Simple , clean , minimalist web framework for Node.js.\n\n```javascript\nimport express from \"@sanmeet007/simple-express\";\nconst app = express();\n\napp.get(\"/\", (req, res) =\u003e {\n  return res.send(\"Hello World\");\n});\n\napp.listen(3000);\n```\n\nThe Simple-Express's idealogy is to provide small, beginner friendly , robust tooling in HTTP servers, making it a great solution for single page applications, websites, hybrids, or public HTTP APIs. Can be used for :\n\n- `Web Applications` :\n  Simple-Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.\n- `APIs` :\n  With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.\n- `Supports Node.js` :\n  Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.\n\n### Express vs Simple-Express\n\n- Beginner Friendly\n- Simple and clean\n- Preinstalled body parsers\n- Preinstalled file extractor\n- Clean implementation of middlewares\n- Uses EJS for rendering views\n\n### Dependencies\n\n- `busboy` : For extracting files from the request\n- `ejs` : For rendering different views\n\n[Read full Documentation](https://github.com/Sanmeet007/simple-express/wiki/Documentation)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanmeet007%2Fsimple-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanmeet007%2Fsimple-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanmeet007%2Fsimple-express/lists"}