{"id":20339046,"url":"https://github.com/pouchlabs/pouchrealtor","last_synced_at":"2026-02-27T11:13:20.850Z","repository":{"id":236515917,"uuid":"792762102","full_name":"pouchlabs/pouchrealtor","owner":"pouchlabs","description":"blazing fast socket.io alternative,pure websockets.","archived":false,"fork":false,"pushed_at":"2024-05-22T17:14:09.000Z","size":126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T17:27:43.951Z","etag":null,"topics":["io","pubsub","realtime","socket","websocket","ws"],"latest_commit_sha":null,"homepage":"https://pouchrealtor.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pouchlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2024-04-27T14:03:23.000Z","updated_at":"2024-05-22T17:27:45.453Z","dependencies_parsed_at":null,"dependency_job_id":"266f8c14-54f2-4611-ac23-24de2efe014c","html_url":"https://github.com/pouchlabs/pouchrealtor","commit_stats":null,"previous_names":["pouchlabs/pouchrealtor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchrealtor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchrealtor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchrealtor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchrealtor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pouchlabs","download_url":"https://codeload.github.com/pouchlabs/pouchrealtor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560371,"owners_count":20472218,"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":["io","pubsub","realtime","socket","websocket","ws"],"created_at":"2024-11-14T21:15:14.225Z","updated_at":"2026-02-27T11:13:15.828Z","avatar_url":"https://github.com/pouchlabs.png","language":"JavaScript","funding_links":["https://ko-fi.com/pouchlabs","https://ko-fi.com/H2H3XBF9G"],"categories":[],"sub_categories":[],"readme":"# pouchrealtor\n \nblazing fast socket.io alternative,pure websockets.\n\nits a pure websocket for nodejs and browser,draws inspiration from socket.io.if you know socket.io you already know pouchrealtor\n\n# features\n* pure websockets\n* blazing fast\n* works in nodejs and browser\n* easy rooms logic\n\n\n## install\n```bash\n npm install @pouchlab/realtor\n```\n\n## server usage\n\n```js\n import {Realtor} from '@pouchlab/realtor';\nimport express from 'express';\n //with express\n const app = express()\n\n const realtime = new Realtor({server:app})//expects object\n console.log(realtime)\n\n //room\n let chatroom = new realtime.Room('/chat')\n console.log(chatroom)\n\n //events\n chatroom.emit('welcome',{msg:'hi from server'},(res)=\u003e{\n    console.log(res)\n })\n chatroom.on('welcome',(socket)=\u003e{\n    console.log(socket)\n })\n\n\n app.listen(3000)\n\n```\n\n## client usage\n\n```js\n import {CreateClient} from '@pouchlab/realtor';\n\nlet client = createClient('ws://localhost:3000/chat')//ws or wss only\n //events\n client.emit('welcome',{msg:'hi from server'},(res)=\u003e{\n    console.log(res)\n })\n client.on('welcome',(res)=\u003e{\n    console.log(res)\n })\n\n```\n\n# support\n if you like pouchrealtor,help maintain its development,this keeps the maintainer motivated\n \n[donate](https://ko-fi.com/pouchlabs)\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H3XBF9G) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchlabs%2Fpouchrealtor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpouchlabs%2Fpouchrealtor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchlabs%2Fpouchrealtor/lists"}