Anyone using FlyingFox in prod?

At first glance looks like very straight forward option with fairly reasonable performance.

2 Likes

I mainly use it for testing iOS apps and really wrote it for that purpose.
(One day I may publish FlyingMocks)

That said I do run a few basic sites like ashesalerts.com and whileloop.com/swiftdraw with it. I deploy docker images to Google Cloud and run behind their SSL: example.

I'm interested in how others are using it.

2 Likes

Cool thank you for the info. I did a few benchmarks and it looks to have pretty good performance about 20% slower than go and about 12-14% slower than Vapor. The compile time is really good so gonna give it a go for a few small projects to start. Great thanx for building this!

2 Likes

I’m using it in SwiftOCA for Darwin platforms. Works well although API has been a little bit of a moving target of late (I’m using FlyingSocks rather than FlyingFox).

2 Likes