From 2e7853f4a940eef68e54beebf1c1bb712d1cc049 Mon Sep 17 00:00:00 2001 From: obemaru4012 <88951380+obemaru4012@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:55:36 +0900 Subject: [PATCH] Added package bamboo_websocket (#2206) Co-authored-by: On Kato --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index d665050..2f9e984 100644 --- a/packages.json +++ b/packages.json @@ -25869,5 +25869,16 @@ "license": "MIT", "web": "https://github.com/nonimportant/nim-govee", "doc": "https://nonimportant.github.io/nim-govee/" + }, + { + "name": "bamboo_websocket", + "url": "https://github.com/obemaru4012/bamboo_websocket", + "method": "git", + "tags": [ + "websocket" + ], + "description": "This is a simple implementation of a WebSocket server with 100% Nim.", + "license": "MIT", + "web": "https://github.com/obemaru4012/bamboo_websocket" } ]