mheap / socketio-chat-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%