host website

how i can host my website that build with nodejs and mongodb in internet server
2 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
WillsterJohnson
WillsterJohnson16mo ago
Netlify or Vercel are good choices, however these are best suited to servers which run on lambda rather than always-active servers. For example if you build with SvelteKit, Next.js, or Nuxt, these would be good choices. However if you're using express you may have to do some additional set up, in which case it may be better to go with an AWS server or Heroku or something similar where you can run a full server. Ultimately the best provider to use depends a lot on the technologies you're using. Researching "serverless" servers will help you decide on which to use.