- Notifications
You must be signed in to change notification settings - Fork3
Ejemplo de Introducción a Web Sockets con Node.js y socket.io.
License
NotificationsYou must be signed in to change notification settings
BucaramangaJS/chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ejemplo deWeb Sockets conNode.js ysocket.io.
package.json
- Definición del proyecto en Node.jsserver.js
- Servidor de sockets con socket.io y express.jsclient.js
- Aplicación del socket del clienteindex.html
- Interfaz HTML del chatstyles.css
- Diseño de la interfaz
Teniendo instalados Node.js y npm en el sistema, ejecutar:
$ npm install
Este iniciará el servidor de sockets enhttp://127.0.0.1:4000
.
$ npm run start