mummy
mummy copied to clipboard
An HTTP and WebSocket server for Nim that returns to the ancient ways of threads.
## Case With Mummy 0.4.x, the commit below implements a connection drop on an invalid request URI due to the new parsing of URI elements. ## Problem Running Mummy behind...
Mummy is not built to be the ideal static file server, however that doesn't mean it shouldn't do a better job making this easy than it does right now.
I recently ported over a small project of mine (https://github.com/ajusa/250) from Jester to Mummy, and ended up creating a file (https://github.com/ajusa/250/blob/master/src/mummy_utils.nim) which has several utility functions that I thought were...
Hi there I'm trying to create a simple localdev server similar to `nimhttpd`, but using `mummy`. The goal is to create something similar to https://marketplace.visualstudio.com/items?itemName=yandeu.five-server I have no experience at...
## Used for specific path prefixes associated with multiple routes. ## For example: ## var mainRouter: ## ... ## A sub router can be defined in other files or in...
Couldn't find how to listen on UDS, is it possible?