Skip to content

node-ws-binary

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Dec 17:54
2d76431

Node WebSocket Server Binary (Latest Dev Build)

⚠️ This release is automatically updated with each push to dev branch

📦 Binaries

  • nodews_linux_amd64 - Linux AMD64/x86_64
  • nodews_linux_arm64 - Linux ARM64/aarch64

🚀 Quick Start

# Download (AMD64)
wget https://github.com/eooce/node-ws/releases/download/node-ws-binary/nodews_linux_amd64

# Make executable
chmod +x nodews_linux_amd64

# Run
./nodews_linux_amd64

📝 Environment Variables

  • UUID - User UUID
  • PORT - Server port (default: 3000)
  • DOMAIN - Domain name
  • NAME - Custom server name
  • WSPATH - WebSocket path
  • SUB_PATH - Subscription path (default: sub)