From 078c772d5a366cadbbd63a5637ddfb71c23d9728 Mon Sep 17 00:00:00 2001 From: Thuan Nguyen Date: Thu, 25 Feb 2021 10:33:49 +0700 Subject: [PATCH] Improve README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d6053b..62525c7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ wsServer.On("login", loginHandler()) wsServer.On("logout", logoutHandler()) wsServer.On("human-message", humanMessageHandler()) ``` +* Ability to broadcast customized messages to all connected clients (see below) * A standalone runner can be started in a separate goroutine to proactively broadcast messages to all clients without receiving a message ```go package main