RidgeRun Developer Manual/Coding Styles/Javascript: Difference between revisions

(Create the page)
 
Line 4: Line 4:




== Javascript programming Guide ==
== Javascript programming guide ==


Javascript is a language widely used for web development and back-end development. Currently, NodeJS exploits the flexibility of Javascript to implement server-side scripting and applications. The NodeJS implementation works as JIT (Just-in-time) compilation, meaning that the first execution will be slower than the following ones.
Javascript is a language widely used for web development and back-end development. Currently, NodeJS exploits the flexibility of Javascript to implement server-side scripting and applications. The NodeJS implementation works as JIT (Just-in-time) compilation, meaning that the first execution will be slower than the following ones.
1,654

edits