https://github.com/pyaillet/rustop
Small experiment axum experiment taken from https://www.youtube.com/watch?v=c_5Jy_AVDaM refactored to use SSE
https://github.com/pyaillet/rustop
axum-server rust server-sent-events sse
Last synced: 10 months ago
JSON representation
Small experiment axum experiment taken from https://www.youtube.com/watch?v=c_5Jy_AVDaM refactored to use SSE
- Host: GitHub
- URL: https://github.com/pyaillet/rustop
- Owner: pyaillet
- Created: 2023-03-03T15:53:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T15:58:29.000Z (over 3 years ago)
- Last Synced: 2025-02-04T19:14:31.567Z (over 1 year ago)
- Topics: axum-server, rust, server-sent-events, sse
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustop
Small experiment to learn Rust which is a follow along of [this stream](https://www.youtube.com/watch?v=c_5Jy_AVDaM), with just a minor refactor to use [Server Sent Events](https://developer.mozilla.org/fr/docs/Web/API/Server-sent_events/Using_server-sent_events)