mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Readme update
This commit is contained in:
parent
05f66b7bdb
commit
fab6549dac
@ -8,6 +8,8 @@ Simple encrypted web chat. Powered by [socket.io](http://socket.io) and the [web
|
||||
npm install
|
||||
gulp start
|
||||
|
||||
Create a **.secret** file in **/src** folder with a your session secret. It doesn't matter what it is- just keep it private.
|
||||
|
||||
Darkwire is now running on `http://localhost:3000`
|
||||
|
||||
### Deployment
|
||||
@ -42,4 +44,4 @@ Darkwire uses [socket.io](http://socket.io) to transmit encrypted information us
|
||||
|
||||
Rooms are stored in memory on the server until all participants have left, at which point the room is destroyed. Only public keys are stored in server memory for the duration of the room's life.
|
||||
|
||||
Chat history is stored in each participant's browser, so it is effectively erased (for that user) when their window is closed.
|
||||
Chat history is stored in each participant's browser, so it is effectively erased (for that user) when their window is closed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user