Merge 438f64d3d6a984ffaf903e3d3b7615b95953b585 into 047c4549888c8c5ad2be39a8260554a0215520ce

This commit is contained in:
Paul Pavlo Buidenkov 2024-02-28 10:07:55 +01:00 committed by GitHub
commit 596ec298da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,13 @@ Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cr
The Darkwire.io [web client](/client) is written in JavaScript with React JS and Redux.
### Need to run **darkwire.io** on `http` without buying a domain name, configuring SSL and running `https` server?
You can have a look at [this fork](https://github.com/pavlobu/darkwire.io) of darkwire.io that is using
[Forge](https://github.com/digitalbazaar/forge) crypto library instead of `window.crypto.subtle`. It allows you
to run darkwire.io on `http` with NO need for `https` configuring SSL certificates and buying a domain name for your server!
More details [here](https://github.com/pavlobu/darkwire.io/tree/master/client#what-is-forge-for-)
### Development
#### Prerequisites