🏗👨🎓 Weasel is an HTTP Server implementation written in Swift. It's sole purpose is for me to learn about HTTP and lower-level code.
Weasel
itself is a Swift library package that you, in theory, could but definetely shouldn't use in your own backend applications. Included in this repository is also an executable Example
which spins up an HTTP Server using the Weasel
library.
swift package resolve
swift run