Crates.io | chatrs |
lib.rs | chatrs |
version | 0.1.0 |
source | src |
created_at | 2021-12-13 02:30:26.670839 |
updated_at | 2021-12-13 02:30:26.670839 |
description | Chat server on browser using actix and websockets |
homepage | |
repository | |
max_upload_size | |
id | 496829 |
size | 718,804 |
A very small, very dumb and very bad chat server to send messages in a common place for every participant.
This is the first version 0.1.0, no password authentication, no storage of messages, only a platform to send messages to anyone in my local network.
works fine on android: Opera, the websockets wont work in chrome or samsungs internet browswer.
works fine on pc: chrome and edge.
I used actix for this.
The code might be a nightmare, not a good coder :(