Socket io html

Server Socket.IO allows bi-directional communication between client and server. Bi-directional communications are enabled when a client has Socket.IO in the browser, and a server has also integrated the Socket.IO package. While data can be sent in a number of forms, JSON is the simplest.

Un chat creado con NodeJS, Socket.io, Express.js y Vanilla JS .

I'm using: Socket.io  Vamos ahora a crear nuestro pequeño servidor express que nos devuelva el html que será la interfaz de nuestro chat. // requerimos express y lo  npm init -y && npm install express socket.io . |- node_modules |- public | |-index.js | |-style.css |-index.html |-server.js |-package-lock.json  Trabajando con socket.io y express para desarrollar aplicaciones de En este html colocaremos la logica que estará en los clientes que sera  Server(app) const io = require('socket.io')(server) // Servimos archivos public/index.html -->