This is a minimal implementation of a Faye messaging server; no logging or authentication is performed by default, so this should not be considered suitable for production use.
docker pull radify/simple-faye
Either run the container directly, or use it as part of your docker-compose application. By default, the Faye server will be mounted at ws://<address>:8000/.
- The mount point may be changed from the default of
/by setting theFAYE_MOUNT_POINTenvironment variable - The listen port may be changed from the default of
8000by setting theFAYE_PORTenvironment variable
This project adheres to Semantic Versioning. For a list of detailed changes, please refer to CHANGELOG.md.
Please see CONTRIBUTING.md.
docker-simple-faye is released under the BSD 3-clause “New” License.