Go to file
Hexagon 9205eb93b0 Notification when a user forcibly disconnect from current room 2014-09-18 23:08:54 +02:00
public Minor fix 2014-09-18 21:55:36 +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 Readme oh readme 2014-09-18 19:54:45 +02:00
server.js Notification when a user forcibly disconnect from current room 2014-09-18 23:08:54 +02:00

README.md

About

Cryptalk is a Node.js based encrypted instant chat

Installation

Install node.js, procedure depending 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