Now that EasyEngine v4 uses Docker, I was wondering if would it be possibile to benefit from its “dockerized” environment to create a functional WebSocket server using Node.js
I’d really appreciate any insights (guides) from all you guys who might have gone through the task of spinning up such a service. Any tips on achieving a simple but effective ws/wss server in order to communicate with a WordPress website on the same server (VPS) is very much welcome.
I’ve came through an article with the steps to achieve such a server with an ordinary nginx setup: https://www.nginx.com/blog/websocket-nginx/
Regards,