Spanish Translation of Node.js (Part 4) (1070 words)

By @rositaumce2/12/2019utopian-io

image.png

[source](https://www.google.com/search?q=node.js&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjArdSf6KHgAhUM-6QKHY8FAJ8Q_AUIDigB&biw=1366&bih=589#imgdii=YeUgLdHQ0MRB3M:&imgrc=gAuiZrsKEnuKHM:)

Github Repository
https://github.com/nodejs/i18n

Project Details

Node.js is:

*An open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.*
Node.js It is an open source execution environment for developing web applications. It is an environment in which you can run a program written in JavaScript.

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. 52% of the whole the project has been translated.
image.png
During this 4th translation, I continued working on dgram.md. So far I have translated
image.png

This segment basically explains how to use the module dgram.
Just as a short reminding, a datagram is the basic unit through which all data collected in the network can be transferred on this layer 3 IP protocoll. It provides a connectionless communication service across a packet-switched network.
SOURCE

How it works?

*The server continuously receives datagram packets over a datagram socket. Each datagram packet received by the server indicates a client request for a quotation. When the server receives a datagram, it replies by sending a datagram packet that contains a one-line "quote of the moment" back to the client.*
[SOURCE](https://www.universidadviu.es/que-es-un-datagrama/)

Over this translation, I discovered the IPv4 concept or Internet Protocol version 4 which is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods on the Internet. IPv4 is a connectionless protocol used in packet-switched layer networks, such as Ethernet(an array of networking technologies and systems used in local area networks (LAN), where computers are connected within a primary physical space.)

SOURCE

The figure shows the encapsulation of a UDP datagram as a single IPv4 datagram.
image.png

[SOURCE](https://notes.shichao.io/tcpv1/ch10/)

Languages
• Source Language: English
• Translated Language: Spanish

Word Count
Words translated on this contribution: 1070 words.

1st contribution
2nd contribution
3rd contribution

Proof of Authorship
The translation was submitted via Crowdin. All relevant information on the following links.
Node.js Crowdin page
My Crowdin Profile
My Crowdin Activity

Examples of my translations<-b>
image.png

image.png
image.png

comments