Fiber: 馃殌 Does fiber app supporting be deployed to vercel.com(zeit.co originally)

Created on 16 Aug 2020  路  6Comments  路  Source: gofiber/fiber

Question description
I wanna deploy my project powered by gofiber to be deployed to vercel.com.
Any solutions?

馃 Question

All 6 comments

It seems that Vercel is only supporting Javascript-based frameworks such as Angular, React and Vue.
Running Go would require different build steps to deploy your application.

@thomasvvugt One of my project powered by echo now running on Vercel. I'm now confused by how to run my new project powered by fiber on it too.

It seems that vercel supports Go but it's in alpha. I contacted them to request a demo to explore the possibilities. I will post updates here.

@Fenny Thanks a lot.

I found a repo with simple demo written by net/http.

For conclusion, Vercel would search a package named with handler and a function named with Handler. Aslo vercel.json was needed.

I had contact with some people at vercel.com, it is possible to deploy a fiber app but it would require the adaptor middleware. I personally think this won't benefit your application performance. If you have to use the adaptor to be compatible with a cloud platform, it's better to use the original net/http library.

ith some people at vercel.com, it is possible to deploy a fiber app but it would require the adaptor mid

Thank you @Fenny .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

petersephrin picture petersephrin  路  4Comments

Terisback picture Terisback  路  3Comments

faultable picture faultable  路  3Comments

Ivan-Feofanov picture Ivan-Feofanov  路  3Comments

GrigoriyMikhalkin picture GrigoriyMikhalkin  路  4Comments