mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
readme update
This commit is contained in:
parent
e2119ba5b4
commit
c681d2282b
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue