echo-server
echo-server copied to clipboard
Echo Server is a Docker-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel Broadcasting.
This is my .env ``` APPS_MANAGER_DRIVER=mysql MYSQL_PASSWORD="" MYSQL_DATABASE=soketi ``` This is the output of the start command: ``` database: { redis: { host: '127.0.0.1', port: 6379, password: null, keyPrefix: ''...
 This is my dist dir after a fresh install, version is 5.4.0. The Knex dependency is also missing in the package.json of the npm installed version. What is going...
When trying to access statistics for an app using the api app driver the echo server sends `null` as appKey. I have my echo server running on `http://127.0.0.1:6001` so when...