UNPKG

@soketi/soketi

Version:

Just another simple, fast, and resilient open-source WebSockets server.

8 lines (4 loc) 123 B
#! /usr/bin/env node const { Cli } = require('./../dist/cli/cli'); process.title = 'soketi-server'; Cli.startWithPm2();