How to host server #129
Answered
by
brianbaldner
brianbaldner
asked this question in
Q&A
|
What would be the best way to host a server. I was looking at Heroku but it didn't look like it worked with c#. I would like to know what you guys use. |
Answered by
brianbaldner
Aug 1, 2022
Replies: 2 comments 2 replies
|
I'm not sure about the broader community, but I don't use Grapevine to host public-facing servers. For public facing servers I use ASP.NET on either Azure or AWS. |
1 reply
|
Yeah, I figured that out. I avoided using asp.net because I thought their template was really confusing, but they have a new template that feels a lot like grapevine, and I ported my code in like 10 min and hosted it for free on Heroku. If anyone else is in that situation I recommend you do the same. |
1 reply
Answer selected by
brianbaldner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, I figured that out. I avoided using asp.net because I thought their template was really confusing, but they have a new template that feels a lot like grapevine, and I ported my code in like 10 min and hosted it for free on Heroku. If anyone else is in that situation I recommend you do the same.