UNPKG

relaybox

Version:

A robust and scalable real-time infrastructure service with comprehensive WebSocket support, designed to facilitate live updates, event-driven communication, and seamless data streaming. Ideal for building real-time applications such as chat, multiplayer

90 lines (89 loc) 2.29 kB
{ "name": "relaybox", "version": "1.12.0", "description": "A robust and scalable real-time infrastructure service with comprehensive WebSocket support, designed to facilitate live updates, event-driven communication, and seamless data streaming. Ideal for building real-time applications such as chat, multiplayer games, collaboration tools, push notifications, and more. This library offers both server and client-side solutions, providing a high-performance, low-latency, and reliable framework for all your real-time needs. Supports Node.js, JavaScript, and TypeScript.", "bin": { "relaybox": "./dist/cli.min.js" }, "scripts": { "build": "node build.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/relaybox/relaybox.git" }, "bugs": { "url": "https://github.com/relaybox/relaybox/issues" }, "homepage": "https://relaybox.net", "author": "support@relaybox.net", "license": "MIT", "files": [ "dist/**/*", "docker-compose.yml", "shell/**/*", "services/**/*" ], "dependencies": { "@inquirer/prompts": "^6.0.1", "@paralleldrive/cuid2": "^2.2.2", "commander": "^12.1.0", "pg": "^8.12.0", "reflect-metadata": "^0.2.2", "typeorm": "^0.3.20" }, "devDependencies": { "@types/node": "^22.5.5", "esbuild": "^0.24.0", "esbuild-plugin-tsc": "^0.4.0", "typescript": "^5.6.2" }, "keywords": [ "realtime", "real-time", "websockets", "nodejs realtime", "ws", "pubsub", "publish-subscribe", "messaging", "event-driven", "live-updates", "realtime-infrastructure", "socket", "push-notifications", "notifications", "real-time-web", "communication", "server", "client", "library", "sdk", "framework", "streaming", "data-streaming", "real-time-data", "broadcast", "multiplayer", "chat", "collaboration", "peer-to-peer", "p2p", "cloud", "microservices", "low-latency", "high-availability", "scalable", "distributed", "api", "backend", "middleware", "protocol", "nodejs", "javascript", "typescript", "open source pusher", "realtim offline emulator", "high performance websocket" ] }