https://github.com/wcygan/yeet
Chat server built on UDP
https://github.com/wcygan/yeet
chat-server udp-socket
Last synced: 10 months ago
JSON representation
Chat server built on UDP
- Host: GitHub
- URL: https://github.com/wcygan/yeet
- Owner: wcygan
- Created: 2023-03-27T02:09:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T05:50:16.000Z (about 3 years ago)
- Last Synced: 2025-03-13T19:17:38.123Z (over 1 year ago)
- Topics: chat-server, udp-socket
- Language: Rust
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Yeet
An unreliable, "best-effort" chat server.
This is a client-server application that communicates over UDP. There is no mechanism for reliability, so messages may be lost.