Go to file
Hexagon 6c48788d90 Added screenshot 2014-09-19 19:48:43 +02:00
docs Added screenshot 2014-09-19 19:48:43 +02:00
public Person count, visual fixes. 2014-09-19 19:25:16 +02:00
.gitignore Initial commit 2014-09-18 09:24:21 +02:00
LICENSE Initial commit 2014-09-18 09:24:21 +02:00
README.md Update README.md 2014-09-18 23:13:10 +02:00
server.js Person count, visual fixes. 2014-09-19 19:25:16 +02:00

README.md

About

Cryptalk is a Node.js based encrypted instant chat

Installation

Install node.js, exact procedure is dependant on platform and distribution.

Clone this repo

git clone https://github.com/Hexagon/cryptalk.git
cd cryptalk

Pull express.io and node-uuid from npm.

npm install node-uuid express.io

Start server

node server.js

Browse to http://localhost:8080