Skip to content

sergiotcnolivre/chat_exemple_websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat exemple with Socket.io

It is a chat made with socket.io to exemplify the basic functioning of websockets. This release is just a demo, so it doesn't follow best practices. Never use this code in production, just for learning.

Autores

Install

Install Chat with npm

  npm install chat_exemple_websocket
  cd chat_exemple_websocket
  node server.js

Demo

Image exemple Image exemple

Licença

MIT

Rodando localmente

Clone project

  git clone https://github.com/sergiotcnolivre/chat_exemple_websocket.git

Enter in folder of project

  cd chat_exemple_websocket

Install as dependencies

  npm install

Run server

  node server.js

Application run in http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published