{"id":19111433,"url":"https://github.com/ekliptor/expressutils","last_synced_at":"2026-04-13T13:05:09.876Z","repository":{"id":97211632,"uuid":"135118756","full_name":"Ekliptor/expressutils","owner":"Ekliptor","description":"Helper functions for the Express framework (expressjs.com) to render templates, write meta tags, perform localization, implement REST APIs and more.","archived":false,"fork":false,"pushed_at":"2018-05-28T06:30:43.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T11:26:21.573Z","etag":null,"topics":["express","express-middleware","expressjs","mongodb","nodejs","webapp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Ekliptor.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-28T06:29:30.000Z","updated_at":"2018-05-28T06:31:36.000Z","dependencies_parsed_at":"2023-03-24T12:18:44.744Z","dependency_job_id":null,"html_url":"https://github.com/Ekliptor/expressutils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ekliptor/expressutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fexpressutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fexpressutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fexpressutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fexpressutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ekliptor","download_url":"https://codeload.github.com/Ekliptor/expressutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekliptor%2Fexpressutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","express-middleware","expressjs","mongodb","nodejs","webapp"],"created_at":"2024-11-09T04:28:31.491Z","updated_at":"2026-04-13T13:05:09.856Z","avatar_url":"https://github.com/Ekliptor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expressutils\n\nHelper functions for the Express framework (expressjs.com) to render templates, write meta tags, perform localization, implement REST APIs and more.\n\n## Installation\n\n```\nnpm install @ekliptor/expressutils\n```\n\n## Usage\n\nAt the top of your source code file write:\n\nwith TypeScript:\n```\nimport * as xutils from \"@ekliptor/expressutils\";\n```\n\nwith JavaScript:\n```\nconst xutils = require(\"@ekliptor/expressutils\");\n```\n\nNow you can process requests with the Responder class of this module\n```\nrouter.get('/myRoute', (req, res, next) =\u003e {\n    let page = new MyPage(req, res, next);\n    page.sendMyResponse();\n});\n\nclass VpnPage extends xutils.Responder {\n    constructor(req, res, next) {\n        super(req, res, next)\n    }\n\n    public sendMyResponse() {\n        // do something....\n        // this.req, this.res, this.next is available\n        // plus lot's of helper functions\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekliptor%2Fexpressutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekliptor%2Fexpressutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekliptor%2Fexpressutils/lists"}