readme update

This commit is contained in:
Víctor Martínez 2021-03-27 13:32:58 +01:00
parent e2119ba5b4
commit c681d2282b

View file

@ -20,7 +20,9 @@ cargo run
First, you will need to connect to the app by web socket: First, you will need to connect to the app by web socket:
Ex: ```ws://localhost:<$PORT>``` Ex: ```wss://rusty-messaging.herokuapp.com/```
> Please, connect over wss whenever you can since it is enabled on the server
### Send messages ### Send messages
@ -102,5 +104,4 @@ If an error occurs, the server will send back a json with the following format:
## Todo List ## Todo List
+ Add a redis db to store messages & active rooms + Add a redis db to store messages & active rooms
+ Add TLS certificate