{"id":19425508,"url":"https://github.com/expressplus/expressplus","last_synced_at":"2025-04-24T16:31:39.166Z","repository":{"id":48044947,"uuid":"391296653","full_name":"expressplus/ExpressPlus","owner":"expressplus","description":"All you need tool in one web framework for NodeJs.","archived":false,"fork":false,"pushed_at":"2021-10-19T19:05:44.000Z","size":2806,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T15:15:31.570Z","etag":null,"topics":["api","es6","express","expressjs","fast","framework","light","node","nodejs","rest","tool"],"latest_commit_sha":null,"homepage":"https://expressplus.github.io/","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/expressplus.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":"Security.md","support":null}},"created_at":"2021-07-31T08:24:47.000Z","updated_at":"2022-03-15T21:19:07.000Z","dependencies_parsed_at":"2022-08-12T17:20:58.602Z","dependency_job_id":null,"html_url":"https://github.com/expressplus/ExpressPlus","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressplus%2FExpressPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressplus%2FExpressPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressplus%2FExpressPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressplus%2FExpressPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/expressplus","download_url":"https://codeload.github.com/expressplus/ExpressPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250663544,"owners_count":21467366,"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":["api","es6","express","expressjs","fast","framework","light","node","nodejs","rest","tool"],"created_at":"2024-11-10T14:03:45.269Z","updated_at":"2025-04-24T16:31:38.657Z","avatar_url":"https://github.com/expressplus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpressJs+\n All you need tool in one web framework for [NodeJs](http://nodejs.org).\n##\n[![npm version](https://badge.fury.io/js/%40ulvimemmeedov%2Fexpressjsplus.svg)](https://badge.fury.io/js/%40ulvimemmeedov%2Fexpressjsplus)\n  \u003ca href=\"https://www.npmjs.com/package/@ulvimemmeedov/expressjsplus\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@ulvimemmeedov/expressjsplus\" alt=\"npm downloads\"\u003e\u003c/a\u003e\n\n## Usage\n\nInstall\n```bash\nnpm install @ulvimemmeedov/expressjsplus\n```\n\nInstall globally\n```bash\nnpm install -g @ulvimemmeedov/expressjsplus\n```\n\n## Start the server\n\n```bash\n$ npm start\n```\n\n## Create Router And Server\nES5\n```js\nconst { Service }  = require('@ulvimemmeedov/expressjsplus');\n\nService.get('/',(request,response) =\u003e response.json(\"Hello Express.Js Plus\")).listen(2000);\n```\nES6\n```js\nimport { Service } from '@ulvimemmeedov/expressjsplus';\n\nService.get('/',(request,response) =\u003e response.json(\"Hello Express.Js Plus\")).listen(2000);\n```\n## Router\n\n```js\nimport { Service , Router}  from '@ulvimemmeedov/expressjsplus';\n\nRouter.get(\"/\",(request,response) =\u003e response.json(\"Hello Express.Js Plus\");\n\nService.use(Router).listen(port,calback)\n```\n## Docs\n\u003ca target=\"_blank\" href=\"https://expressplus.github.io/doc.html\"\u003ehttps://expressplus.github.io/doc.html\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressplus%2Fexpressplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpressplus%2Fexpressplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressplus%2Fexpressplus/lists"}