{"id":15314711,"url":"https://github.com/unframework/fusio","last_synced_at":"2025-10-09T00:32:39.907Z","repository":{"id":10920289,"uuid":"13221104","full_name":"unframework/fusio","owner":"unframework","description":"Implements a sub-set of socket.io functionality.","archived":false,"fork":true,"pushed_at":"2013-09-30T17:09:35.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T18:22:16.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"instaclick/fusio","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unframework.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}},"created_at":"2013-09-30T16:51:16.000Z","updated_at":"2019-08-13T15:27:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/unframework/fusio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unframework%2Ffusio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unframework%2Ffusio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unframework%2Ffusio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unframework%2Ffusio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unframework","download_url":"https://codeload.github.com/unframework/fusio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877247,"owners_count":16554912,"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":[],"created_at":"2024-10-01T08:46:46.908Z","updated_at":"2025-10-09T00:32:34.632Z","avatar_url":"https://github.com/unframework.png","language":"JavaScript","readme":"fusio\n=====\n\nMinimalist Socket.IO Server Replacement\n---------------------------------------\n\nImplements the server-side portion of the Socket.IO protocol, providing only WebSocket and FlashSocket transport support. No support for socket rooms/namespaces.\n\nStateless operation: minimizes resource or memory leaks, especially when using node-cluster.\n\nDeveloped as a workaround to observed Socket.IO server-side memory usage issues, while keeping Socket.IO client usage intact.\n\nUsage\n-----\n\nClient code remains the same (make sure it supports WebSocket and FlashSocket transports).\n\nServer:\n\n    var fusio = require('fusio');\n\n    fusio.listen(config.port).on('connection', function (socket) {\n        socket.emit('myServerEvent', 'arg1', 2, 'arg3'); // emit custom Socket.IO event to client\n        socket.on('myClientEvent', function () { /* handle custom Socket.IO client event */ });\n\n        socket.on('disconnect', function () { /* handle client disconnect */ });\n    });\n\nLicense (MIT)\n-------------\n\nCopyright (c) 2013 Instaclick Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nContributors\n------------\n\n* Nick Matantsev \u003cnick.matantsev@gmail.com\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funframework%2Ffusio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funframework%2Ffusio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funframework%2Ffusio/lists"}