ismailakbudak / nodejs-real-time-chat

Real time chat application with nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information

Real time chat application with nodejs. Also it keeps last 10 messages for user you can change it, how you want.

Usage

  • npm install for dependency

You should install nodejs Check out nodejs

In project folder

  • node server.js run command
  • localhost:3000 open from browser

Configure

Check the your file full path in server.js

var file_path = "/index.html";

About

Real time chat application with nodejs


Languages

Language:HTML 67.0%Language:JavaScript 33.0%