This Dockerfile builds a slightly patched version of the Gorilla "chat" example. The patch removes the message size limit as many messages contain the whole shared state. That should be okay if access to the server is restricted.
This Dockerfile builds a slightly patched version of the Gorilla "chat" example. The patch removes the message size limit as many messages contain the whole shared state. That should be okay if access to the server is restricted.