Skip to content

Darkkell/chat-socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chat con Socket.io

Un proyecto pequeño y simple sobre la implementación de socket.io, nada mejor que un chat para poder observar una aplicación en tiempo real.

Qué se implementa?

  • Node
  • Express.js
  • Socket.io
  • Cookie Parser

Puesta en marcha

  1. Clona el repo
  2. En la terminal:

npm install

  1. Para iniciar el proyecto en la terminal:

npm start

  1. Si no tienes definido una variable global PORT en sistema, el puerto por defecto del proyecto sera 9300
  2. Desde tu navegador accede a localhost:9300 y listo prueba el chat con Socket.io

Notas: Es una versión muy verde y le ire haciendo algunas mejoras.

Chat with Socket.io

It's a little simple project where I implement socket.io for make realtime app of web chat

What I use?

  • Node
  • Express.js
  • Socket.io
  • Cookie Parser

How to try it?

  1. Before all you need to need clone the repo
  2. Put in the therminal the next command:

npm install

  1. Next for starting the app in the console put:

npm start

  1. if you don't have definend enviroment variable PORT the default port is 9300
  2. Finally in a web explorer you can acces to next url localhost:9300 to prove the web chat

Notes: This is an alpha app version and has a lot improvement in the next versions

About

practice for implement socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published