TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a service like Heroku for hosting .NET core applications / dbs?

17 点作者 bochoh超过 5 年前
I love the idea of a Heroku style site for a single-founder startup but don't like the idea of third party buildpacks that lack EF migration support once deployed etc.

8 条评论

rpeden超过 5 年前
Azure App Service, maybe? Deploying from the CLI is quick and easy. Or you can do it right from Visual Studio or VS Code.<p>Setting up a database of your choice (Postgres, MySQL, SQL Server) is nice and easy too.
评论 #21477805 未加载
billylo超过 5 年前
Azure Functions supports .NET core. <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-ca&#x2F;azure&#x2F;azure-functions&#x2F;supported-languages" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-ca&#x2F;azure&#x2F;azure-functions&#x2F;suppo...</a>
codeonline超过 5 年前
Yes. There is <a href="https:&#x2F;&#x2F;appharbor.com" rel="nofollow">https:&#x2F;&#x2F;appharbor.com</a> It also supports many free tier third party add-ons and prior to docker being as popular as it is I found it a great site to quickly deploy prototypes <a href="https:&#x2F;&#x2F;appharbor.com&#x2F;addons" rel="nofollow">https:&#x2F;&#x2F;appharbor.com&#x2F;addons</a> There is also an opportunity to request free hosting if you are building something for the developer community. <a href="https:&#x2F;&#x2F;appharbor.com&#x2F;page&#x2F;community-application-program" rel="nofollow">https:&#x2F;&#x2F;appharbor.com&#x2F;page&#x2F;community-application-program</a>
评论 #21476541 未加载
评论 #21479165 未加载
salmonlogs超过 5 年前
App Engine Flexible for .NET Core is fairly low effort to go from code to deployed<p><a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;flexible&#x2F;dotnet&#x2F;an-overview-of-app-engine" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;flexible&#x2F;dotnet&#x2F;an-o...</a>
bsingh4超过 5 年前
You can simply dockerize your app and deploy it to Heroku: <a href="https:&#x2F;&#x2F;medium.com&#x2F;faun&#x2F;how-to-dockerize-a-net-core-application-and-deploy-it-to-heroku-893978bc444b" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;faun&#x2F;how-to-dockerize-a-net-core-applicat...</a>
agensaequivocum超过 5 年前
Maybe <a href="https:&#x2F;&#x2F;appharbor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;appharbor.com&#x2F;</a>
SideburnsOfDoom超过 5 年前
<a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;</a>
rumanator超过 5 年前
With the inception of Docker and containerized applications, what are the upsides of a Heroku-type service?
评论 #21477225 未加载
评论 #21476313 未加载