5 ms·
Compare with one of my projects, [1] It is a minimal, though modern-looking web chat. The HTML, CSS and JS together is 5024 bytes. The Rust backend source is 2
by coolcoder613 3y ago
Compare with one of my projects, [1]
It is a minimal, though modern-looking web chat.
The HTML, CSS and JS together is 5024 bytes.
The Rust backend source is 2801 bytes.
It does not pull in anything from anywhere.
[1] https://github.com/coolcoder613eb/minchat https://github.com/coolcoder613eb/minchat
- cuu508 3y agoIs there a demo site or screenshots somewhere? Add them to README :-)
- coolcoder613 3y agoI added a screenshot.
- coolcoder613 3y agoClarification: The frontend does not pull anything, the backend pulls in libraries for websockets and json using cargo.