From 1873dba96b18940a639856db6445fa08d889ca7a Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 1 Dec 2022 22:56:28 -0600 Subject: [PATCH] Add package mummy (#2421) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0753c14..4db42c8 100644 --- a/packages.json +++ b/packages.json @@ -27407,6 +27407,20 @@ "license": "MIT", "web": "https://github.com/sumatoshi/shiftfields" }, + { + "name": "mummy", + "url": "https://github.com/guzba/mummy", + "method": "git", + "tags": [ + "web", + "http", + "server", + "websockets" + ], + "description": "Multithreaded HTTP + WebSocket server", + "license": "MIT", + "web": "https://github.com/guzba/mummy" + }, { "name": "ndup", "url": "https://github.com/c-blake/ndup",