Jump to content

Recommended Posts

Posted

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?

Posted

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. 

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...