ac8952abb9 | ||
---|---|---|
public | ||
.gitignore | ||
LICENSE | ||
README.md | ||
server.js |
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