Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

Weasel HTTP Server

Swift 5.2 Continuous Integration

Do not use in production

🏗👨‍🎓 Weasel is an HTTP Server implementation written in Swift. It's sole purpose is for me to learn about HTTP and lower-level code.

Demo

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

Projects inspiring this implementation