One year ago, Microsoft announced the "helios" project (http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx). Since then, there has been no updates on it's nuget package and no related news. Is it safe to start using it or is it dead?
Asked
Active
Viewed 1,292 times
1 Answers
5
ASP.NET users have been using Katana for a long while as it empowers the latest Web API and SignalR releases from Microsoft. Helios was an addition to that map initially.
They (Katana and Helios) will, however, not be heavily updated, as ASP.NET 5 uses a different design approach. Microsoft people said this unofficially in a few places, and should provide a better explanation when ASP.NET 5 is officially released.

Lex Li
- 60,503
- 9
- 116
- 147
-
I just got an answer from Daniel Roth from Microsoft and he confirms what you said. Helios is now part of ASP.NET 5. – cangosta Jun 26 '15 at 17:20
-
4Microsoft has discontinued the use of Helios in ASP.NET 5 as of Beta 8. This means Helios is only relevant for ASP.NET 4.x OWIN applications. https://github.com/aspnet/Announcements/issues/69 – Xacron Sep 24 '15 at 15:57