This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
Running websockets on production without healthchecks is awful. AWS Elastic Beanstalk lets me use 6001 as HTTP port (it an ALB, so it supports Websockets) and it works, but my healthchecks fail because the port 6001 is not a webserver and i literally can't do anything.
Is there any way of implementing a healthcheck function on this package?