2014-09-18 13:48:17 -04:00
|
|
|
About
|
2014-09-18 03:24:21 -04:00
|
|
|
========
|
|
|
|
|
2014-09-18 13:48:17 -04:00
|
|
|
Cryptalk is a Node.js based encrypted instant chat
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
========
|
|
|
|
|
2014-09-18 13:54:45 -04:00
|
|
|
Install node.js, procedure depending on platform and distribution.
|
|
|
|
|
2014-09-18 13:48:17 -04:00
|
|
|
Clone this repo
|
2014-09-18 13:54:45 -04:00
|
|
|
```bash
|
|
|
|
git clone https://github.com/Hexagon/cryptalk.git
|
|
|
|
cd cryptalk
|
|
|
|
```
|
2014-09-18 13:48:17 -04:00
|
|
|
|
2014-09-18 13:54:45 -04:00
|
|
|
Pull express.io and node-uuid from npm.
|
|
|
|
```bash
|
|
|
|
npm install node-uuid express.io
|
|
|
|
```
|
2014-09-18 13:48:17 -04:00
|
|
|
|
2014-09-18 13:54:45 -04:00
|
|
|
Start server
|
|
|
|
```bash
|
|
|
|
node server.js
|
|
|
|
```
|
2014-09-18 13:48:17 -04:00
|
|
|
|
2014-09-18 13:54:45 -04:00
|
|
|
Browse to http://localhost:8080
|