With the recent release of ASP .NET 5 features it is quite evident that MS is now targeting more on cross-platform .NET App development (also increasing its bond with Mono).
I would like to know the best practices to deploy an ASP .NET 5 code in Linux / MAC - Considering the fact that I will be using a non-IIS server. Should I use MOD_MONO or Kestrel?
Will this setup be Production ready ? I understand it is too early to decide, but does anyone have any hands-on experience ?