Repository
https://github.com/nodejs/i18n
Project Details
As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection the callback is fired, but if there is no work to be done, Node will sleep.
This is in contrast to today's more common concurrency model where OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node are free from worries of dead-locking the process, since there are no locks. Almost no function in Node directly performs I/O, so the process never blocks. Because nothing blocks, scalable systems are very reasonable to develop in Node.
To explain briefly, It is a JavaScript Runtime platform that was developed by Joyent in 2009, allowing you to write server side applications with Javascript. Node.js works on the V8 javascript engine.
Links Related to Node.js Project
- You can reach the main website of the Node.js by clicking here!
- You can learn more about Node.js by clicking here!
- You can download Node.js by clicking here!
Contribution Specifications
- Translation Overview
Ladies and gentlemen, here is the 10th part of the Node.js project! I've translated about 1003 words for this translation contribution. We are still at 1% for the node.js project, which is really painful. I tell you the same thing in almost every part of translations, but it doesn't end. 99% left but I'm not aiming to finish this project! Lol, that was only a joke xD. 990 parts left to finish the node.js project and I will finish this project completely, trust me, one day, this project will completely finish.
Languages
I aim to translate this project from English to Turkish.Word Count
This translation contribution is about 1003 words. (Total Translated: 1180 - Untranslatable: 177 = 1003)
Proof of Authorship
Here is My Crowdin Profile: https://crowdin.com/profile/sargoon
Here is My GitHub Profile: https://github.com/sargoon
Here is Node.js Project's Crowdin Page: https://crowdin.com/project/nodejs