{"id":25872810,"url":"https://github.com/abendayan/expresszz","last_synced_at":"2025-10-12T09:02:58.432Z","repository":{"id":41872100,"uuid":"455924800","full_name":"abendayan/expresszz","owner":"abendayan","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-10T04:50:51.000Z","size":205,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-16T05:00:26.156Z","etag":null,"topics":["express","javascript","microservice","microservices","microservices-architecture","node","nodejs","redis"],"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/abendayan.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":"2022-02-05T16:37:15.000Z","updated_at":"2022-02-19T19:03:21.000Z","dependencies_parsed_at":"2023-02-13T20:05:28.385Z","dependency_job_id":"43eb574a-27a0-4c24-bc0a-d15ee7d1d12b","html_url":"https://github.com/abendayan/expresszz","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":"0.27083333333333337","last_synced_commit":"b85ae733c784e5578481adfabd2d45541d8fcebb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendayan%2Fexpresszz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendayan%2Fexpresszz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendayan%2Fexpresszz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendayan%2Fexpresszz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abendayan","download_url":"https://codeload.github.com/abendayan/expresszz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241481351,"owners_count":19969828,"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":["express","javascript","microservice","microservices","microservices-architecture","node","nodejs","redis"],"created_at":"2025-03-02T08:28:47.633Z","updated_at":"2025-10-12T09:02:58.368Z","avatar_url":"https://github.com/abendayan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpressZZ\nUtils to help to quickly build an express server\n\n### Usage\nExamples are in the examples folder\n\n```js\nconst {Expresszz} = require('lib/expresszz')\n\nasync function run() {\n    const service = new Expresszz('name', 5555, process.env.REDIS_URL, process.env.REDIS_SECRET)\n    await service.configureApp()\n    service.configRoute('get', '/url', [() =\u003e service.logger.info('test')])\n    service.run()\n}\n\nrun()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabendayan%2Fexpresszz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabendayan%2Fexpresszz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabendayan%2Fexpresszz/lists"}