diff --git a/packages.json b/packages.json index 789e816..a721f87 100644 --- a/packages.json +++ b/packages.json @@ -5169,5 +5169,31 @@ "description": "Nim wrapper for (and with) Celtoys's Remotery", "license": "Apache License 2.0", "web": "https://github.com/Halsys/Nim-Remotery" + }, + { + "name": "picohttpparser", + "tags": [ + "web", + "http" + ], + "method": "git", + "license": "MIT", + "description": "Bindings for picohttpparser.", + "web": "https://github.com/philip-wernersbach/nim-picohttpparser", + "url": "https://github.com/philip-wernersbach/nim-picohttpparser" + }, + { + "name": "microasynchttpserver", + "tags": [ + "web", + "http", + "async", + "server" + ], + "method": "git", + "license": "MIT", + "description": "A thin asynchronous HTTP server library, API compatible with Nim\'s built-in asynchttpserver.", + "web": "https://github.com/philip-wernersbach/microasynchttpserver", + "url": "https://github.com/philip-wernersbach/microasynchttpserver" } ]