{"id":20758510,"url":"https://github.com/albertogasparin/socket.io-koalogger","last_synced_at":"2026-04-19T08:33:53.016Z","repository":{"id":66831549,"uuid":"62729335","full_name":"albertogasparin/socket.io-koalogger","owner":"albertogasparin","description":"Simple Socket.io logger with koa-logger style output","archived":false,"fork":false,"pushed_at":"2017-02-10T15:02:50.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T16:33:34.727Z","etag":null,"topics":["logger","logging-library","socket-io"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albertogasparin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-07-06T14:53:54.000Z","updated_at":"2017-10-24T03:38:53.000Z","dependencies_parsed_at":"2023-02-21T05:45:26.584Z","dependency_job_id":null,"html_url":"https://github.com/albertogasparin/socket.io-koalogger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/albertogasparin/socket.io-koalogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogasparin%2Fsocket.io-koalogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogasparin%2Fsocket.io-koalogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogasparin%2Fsocket.io-koalogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogasparin%2Fsocket.io-koalogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertogasparin","download_url":"https://codeload.github.com/albertogasparin/socket.io-koalogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogasparin%2Fsocket.io-koalogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32000431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["logger","logging-library","socket-io"],"created_at":"2024-11-17T09:51:44.215Z","updated_at":"2026-04-19T08:33:52.999Z","avatar_url":"https://github.com/albertogasparin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socket.io-koalogger\n\n```\nnpm i --save socket.io-koalogger\n```\n\n## Usage\n\n```js\n// assuming you have your IO instance already setup\n// var io = new socketIO(server, ...);\n\nvar logger = require('socket.io-koalogger');\n\nio.use(logger({\n  onRequest: function (id, details) {}, // optional\n  onResponse: function (id, details) {}, // optional\n}));\n```\n\n## Limitations\n\nCurrently it logs only Socket.io events with a defined callback. So, no logs while emitting and broadcasting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertogasparin%2Fsocket.io-koalogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertogasparin%2Fsocket.io-koalogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertogasparin%2Fsocket.io-koalogger/lists"}