dixel / Damn-small-chat

very small console and web chat written on Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Damn small chat. simple console chat written on Node.Js ##1. Usage: Change "localhost" on serv.js and client.js to your server domain name.
On server start serv.js and on client machines start client.js. The client.js script is just a simple console chat. ##2. Web chat: To start web-chat on your server run test.js script with page.html on folder. You should type in test.js new server adress and http port for web-server. First time you'll be prompted for nickname. After that you'll be on a chat. That's all.
This is the example of how simple socket programs can be done with node.js.

About

very small console and web chat written on Node.JS


Languages

Language:JavaScript 100.0%