0

This might be a very nooby question and I myself do not believe there is any way, but I just want to give it a try. So: I rented just a web hosting, where I built websites using php. But since it is just a web hosting plan, I have no access to a terminal. I want to publish a website which I previously developed and ran on my own computer. I do not want to rent a whole server, because it needs to be secured and this is out of my current knowledge, so is there any way?

Thanks in advance!

2
  • define what you mean by "website". Is there any serverside code running in nodejs? Or just serving of static content? If you have nodejs backend code, you will need a provider that supports nodejs, simple PHP hosting won't be enough. Commented Jan 4, 2022 at 21:36
  • I developed the backend of a website in JavaScript (by using node.js), instead of PHP like I did before. Can you recommend some node.js provider? Thanks! Commented Jan 5, 2022 at 18:32

1 Answer 1

2

If you want hosting that supports Node.js then you need a hosting plan that either:

  • Grants full access to the server (so you can install and manage Node.js yourself) or
  • Explicitly supports Node.js
Sign up to request clarification or add additional context in comments.

1 Comment

Okay, that is what I feared. Thank you. :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.