UNPKG

@abdopr/fixed-laravel-echo-server

Version:

Fixed version of laravel-echo-server (update socket.io version, with other features)

13 lines (10 loc) 279 B
#! /usr/bin/env node /** * Laravel Echo Server * * This file starts the socket.io server and loads configuration from a * echo-server.json file if available. * */ const LaravelEchoServerCli = require('../dist/cli') process.title = 'fixed-laravel-echo-server'