Skip to content

Ejemplo de Introducción a Web Sockets con Node.js y socket.io.

License

Notifications You must be signed in to change notification settings

BucaramangaJS/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

bucaramangajs license

Ejemplo de Web Sockets con Node.js y socket.io.

Screenshot

Anatomía

  • package.json - Definición del proyecto en Node.js
  • server.js - Servidor de sockets con socket.io y express.js
  • client.js - Aplicación del socket del cliente
  • index.html - Interfaz HTML del chat
  • styles.css - Diseño de la interfaz

Instalación

Teniendo instalados Node.js y npm en el sistema, ejecutar:

$ npm install

Ejecución

Este iniciará el servidor de sockets en http://127.0.0.1:4000.

$ npm run start

About

Ejemplo de Introducción a Web Sockets con Node.js y socket.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published