Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 352 Bytes

Chatting

A chat application built with Node.js + Websocket.

Features

  • send message
  • support local area network users

How to run

  1. download the code then extract
  2. modify index.html
socket = io.connect('http://your IP Address :8080');
  1. run node server
  2. people should open your browser and visit your IP:8080
  3. have fun :)