Hosting verdaccio on netifly ?? #2322
-
Hi, First of all I am frontend developer so apologies if my question makes no sense. I am wondering is it possible to host verdaccio (only server not frontend) on netlify or heroku or any other free hosting service. I am participating in a hackathon where my plan is to create a code marketplace where developers and companies can buy and sell packages. To host all these packages I am planning to use verdaccio for package registry with some custom plugins. But I am not sure whats the process for hosting it. Thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @nivekithan Veradaccio is just an express app with some local file requirements, but is just a regular Node.js application. Maybe google by "express app on Netifly" could give you a broad list of sources like, https://stackoverflow.com/questions/59868667/how-to-deploy-express-js-server-to-netlify Personally I've never tried myself or heard someone sharing experiences. |
Beta Was this translation helpful? Give feedback.
hi @nivekithan
Veradaccio is just an express app with some local file requirements, but is just a regular Node.js application. Maybe google by "express app on Netifly" could give you a broad list of sources like,
https://stackoverflow.com/questions/59868667/how-to-deploy-express-js-server-to-netlify
Personally I've never tried myself or heard someone sharing experiences.