mrj Posted October 26, 2019 Posted October 26, 2019 Hi,I don't know much about hosting and server stuff. I know basis web development with PHP, MySQL, Javascript and CSS. But I have a little knowledge about other stuff around hosting.So, I wanted to know about nodejs. If you know then please guide me. Here is some questions:➤ How can I enable nodejs for my account? Do I have to request it?➤ How to deploy a nodejs files (single executable file or a project IDK)? Can I upload nodejs files via ftp as I do for php?➤ Does node work like PHP? For instance: process.php => process.js➤ Is w3schools.com tutorial for nodejs suitable for heliohost?➤ Is there any complete guide which can give a proper understanding tutorial for nodejs? Note: I want learn nodejs because nowdays it is being so popular. So any help will be appreciated. TIA.
vanisk Posted October 26, 2019 Posted October 26, 2019 (edited) https://wiki.helionet.org/Node.js is a good start for your questions 1, 2 & 5. Edited October 26, 2019 by vanisk
mrj Posted October 27, 2019 Author Posted October 27, 2019 I did as instructed but, when I visit domain/node it says 404.
vanisk Posted October 27, 2019 Posted October 27, 2019 I followed the tutorial too and i got the same 404. So i re-read the tutorial to find out that for the first time our app to work, we have to wait for the apache reset. Also try clearing cache. After that we can modify as much as we want and can test (without waiting for the apache reset). [btw there should be a file named app.js]
mrj Posted October 28, 2019 Author Posted October 28, 2019 Now, how can I install packages via npm? Is there any terminal or something?
Flaze Posted October 28, 2019 Posted October 28, 2019 I think Krydos has to do that for you. You need to make a new post for that.
Krydos Posted October 28, 2019 Posted October 28, 2019 No, you need to run npm on your home computer and then upload the node_modules directory it creates.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now