Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 370 Bytes

socketio-chat-example

Simple example to demostrate socket.io

How to install ?

Simply clone the repo and then install the dependencies

  • Socket.io (npm install socket.io)

How to run the application ?

run the node server by typing

node app.js

By default the app runs on port 3000, type in the url http://localhost:3000

Enjoy the chat