TwoTimess Posted May 28, 2020 Posted May 28, 2020 I'm trying to become a developer for a Rage MP role play server, and they gave me a task that they want done 100% in JavaScript (Which is good because I'm much more comfortable with JavaScript). I found a tutorial on YouTube, but it's in C#. Anyone know of any good JavaScript tutorials?
trolovecro Posted May 29, 2020 Posted May 29, 2020 You post your question in wrong subforum. But you need to learn javascript from scratch. For me... Best page for learning javascript is https://www.w3schools.com/js/default.asp You have good amount of examples and simple codes... After you learn javascript syntax you can pass to node.js. Node.js is for server side scripting. https://www.w3schools.com/nodejs/ or https://nodejs.org/api/all.html You dont need to know every detail in node.js... Just simple events, how to add packages with npm install or how to send mail from nodejs. When you learn all this... You will later need to use some database to store some variables and pull it back when you will need it again. I prefer. using mysql or mongoDB. Google it because there is more options for databases. 1
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