{"id":21873861,"url":"https://github.com/acadevmy/redis-websocket-server","last_synced_at":"2025-10-06T02:10:16.665Z","repository":{"id":50783576,"uuid":"220222075","full_name":"acadevmy/redis-websocket-server","owner":"acadevmy","description":"REDIS WebSocket Server is a simple NodeJS script used as a bridge to interact with Redis Server via WebSocket.","archived":false,"fork":false,"pushed_at":"2021-05-29T19:05:00.000Z","size":23,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T01:13:00.558Z","etag":null,"topics":["angular","nodejs","redis","redis-client","redis-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acadevmy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-07T11:34:02.000Z","updated_at":"2024-06-26T02:13:28.000Z","dependencies_parsed_at":"2022-08-24T11:10:42.442Z","dependency_job_id":null,"html_url":"https://github.com/acadevmy/redis-websocket-server","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/acadevmy%2Fredis-websocket-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-websocket-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-websocket-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-websocket-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acadevmy","download_url":"https://codeload.github.com/acadevmy/redis-websocket-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986317,"owners_count":21194025,"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":["angular","nodejs","redis","redis-client","redis-server"],"created_at":"2024-11-28T07:09:45.258Z","updated_at":"2025-10-06T02:10:11.627Z","avatar_url":"https://github.com/acadevmy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REDIS WEBSOCKET SERVER\n## A simple bridge to use [Redis](https://redis.io/) in a WebSocket way!\n\n_REDIS WebSocket Server_ is a simple NodeJS script used as a bridge to interact with [Redis Server](https://redis.io/) via WebSocket.\n\n### Installing with Docker\nRunning the environment with Docker:\n        \n    docker-compose up\n\nCheck if _Redis WebSocket Server_ responds at _ws://127.0.0.1:8080_ address.\n\n_Redis WebSocket Server_ uses only these dependencies:  \n- WebSocket: https://github.com/websockets/ws   \n- ioRedis: https://github.com/luin/ioredis\n\n### Send a command to [Redis Server](https://redis.io/) with _Redis WebSocket Server_\nIt will be necessary to send a WebSocket request with a payload like this:\n\n    { \n        command: 'SET foo 10', \n        sessionId: this.sessionId, // Client Side generated\n        date: Date.now() \n    }\n\nThe response will be an object like:\n\n    // Standard Response\n    {\n        response.command = 'SET foo 10';\n        response.output = 'OK';\n        response.status = 'ok';\n    }\n\n    // Response with error\n    {\n        response.command = 'unknown';\n        response.output = 'Invalid JSON';\n        response.status = 'error';\n    }\n\n### Contribute\nIf you wish to contribute please read [CONTRIBUTING.md](https://github.com/acadevmy/redis-websocket-server/blob/master/CONTRIBUTING.md) file.\nThanks for your future contributions!\n\n\u0026nbsp;\n\n### 🚀 Redis Patterns Console (Angular SPA) 🚀\n_Redis WebSocket Server_ is used, for instance, with _Redis Patterns Project_. It is used for communication between [Redis Server](https://redis.io/) and [_Redis Patterns Console_](https://acadevmy.github.io/redis-patterns-console).\n\nWith [_Redis Patterns Console_](https://acadevmy.github.io/redis-patterns-console) you can try and go into the deep of [Redis](https://redis.io/) and its patterns with an interactive (and reactive) online console!  \nVisit [https://acadevmy.github.io/redis-patterns-console](https://acadevmy.github.io/redis-patterns-console) and enjoy it!\n\n[_Redis Patterns Console_](https://acadevmy.github.io/redis-patterns-console) is an Angular SPA and an open-source project, so you can contribute if you wish.  \nVisit our repo on GitHub:  \n[https://github.com/acadevmy/redis-patterns-console](https://github.com/acadevmy/redis-patterns-console)\n\n### 📖 Redis Patterns Cookbook 📖\n\nFurthermore, you can visit [_REDIS Patterns Cookbook repository_](https://github.com/acadevmy/redis-patterns-cookbook) and read some of the most common patterns of [Redis](https://redis.io/), the greatest _in memory database_.\n\n\u0026nbsp;\n\nMaintained with ❤️ by [Acadevmy](https://www.acadevmy.it/intro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facadevmy%2Fredis-websocket-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facadevmy%2Fredis-websocket-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facadevmy%2Fredis-websocket-server/lists"}