
Github Repository
https://github.com/nodejs/i18n
Project Details
Node.js is:
What is it for?
Node.js lights in real-time web applications employing push technology over web sockets. Node.js allows having web applications with real-time, two-way connections, where both, the client and server can initiate communication, allowing them free data exchange. It can handle many concurrent connections at a time. It is built on Chrome’s V8 JavaScript engine and uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js now plays a critical role in the technology stack of many high-profile companies who depend on its unique benefits.
SOURCE 1
SOURCE 2
Contribution Specifications
Node.js is currently being translated into 33 languages and I am contributing to translate it into Spanish. 53% of the whole the project has been translated.

This is my translation number 5. So far, I have translated:
This time I started working on a new folder, called TLS.md which basically provides the Transport Layer Security implementation.
What does Transport Layer Security (TLS) mean?
Definition
Transport layer security (TLS) is a protocol that provides communication security between client/server applications that communicate with each other over the Internet. It enables privacy, integrity, and protection for the data that is transmitted between different nodes on the Internet.
SSL and TLS are both cryptographic protocols that provide data encryption between servers, machines, and applications operating over a network. SSL is the predecessor to TLS. Over the years, new versions of the protocols have been released to address vulnerabilities and support stronger, more secure cipher suites and algorithms.
TLS was introduced in 1999 as a new version of SSL and was based on SSL 3.0:
There are different versions of TLS and SSL, and each version supports different features. However, TLS is a more secure option for data transmission. SOURCE
The TLS protocol aims primarily to provide privacy and data integrity between two or more communicating computer applications.







