From c4b96e5da99015ca07d964980bfa49bf92f2c60a Mon Sep 17 00:00:00 2001 From: Daniel Seripap Date: Mon, 29 Jan 2018 11:24:27 -0500 Subject: [PATCH] Updated description --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cb7c4c4..7c40332 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,11 @@ [![GitHub release](https://img.shields.io/github/release/seripap/darkwire.io.svg)]() -Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto). +Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto). This project is an example of how client side encryption works and how you can integrate it as a chat service. + +### Hosted Service (Darkwire.io) + +As of January 11, 2018, Darkwire.io is no longer provided as a hosted service. You may set up your own version of Darkwire by using the server and client code located in the repository below. ### Darkwire Server