echo-server icon indicating copy to clipboard operation
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.

Results 5 echo-server issues
Sort by recently updated
recently updated
newest added

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: ''...

![image](https://user-images.githubusercontent.com/7912315/123457914-b4f2c180-d5e4-11eb-8074-22b36daf3cb4.png) 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...