cbasdev / WebSocket

📱💬 Basic construction of a chat in NodeJS using socket.io

Repository from Github https://github.comcbasdev/WebSocketRepository from Github https://github.comcbasdev/WebSocket

Introducción a WebSocket

Realizada por: Sebastian Velez Montoya

git clone https://github.com/SebasttianVelez/WebSocket

Descripción y contexto

WebSocket es una tecnología que proporciona un canal de comunicación bidireccional y full-duplex sobre un único socket TCP. Está diseñada para ser implementada en navegadores y servidores web, pero puede utilizarse por cualquier aplicación cliente/servidor. La API de WebSocket está siendo normalizada por el W3C, mientras que el protocolo WebSocket ya fue normalizado por la IETF como el RFC 6455.

Guía de instalación por NPM

Instalar express y Socket.io

npm init
npm install express --save
npm install socket.io

Instalar EJS un lenguaje de creación de plantillas para marcos HTML de frontend

npm install ejs

Creditos Jesus-Conde

https://github.com/0utKast/node-chat

About

📱💬 Basic construction of a chat in NodeJS using socket.io


Languages

Language:EJS 66.2%Language:JavaScript 33.8%