As Swift is open source and capable of running on Linux, you can easily deploy Zewo on AWS, DigitalOcean, or any of your other favorite cloud infrastructure provider.
What many have come to love with the Go programming language is its concurrency model. Go uses CSP (Communicating Sequential Processes), which Zewo brings to Swift using libmill. Say goodbye to callback hell, and meet your new favourite way of building concurrent software!
Swift is a living language that improves at a fast rate. Zewo provides you with utilities, such as Docker images for each release, so you can deploy your code safely.
Thanks to Zewo’s modularity, you can pick and choose what you want to use for your own framework - whether it be Venice for concurrency, the HTTP Server, the included Trie-based router matcher for your Router, or one of our many other components.