mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Move all examples to their own crates (#201)
This makes it much clearer which dependencies each example has.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var eventSource = new EventSource('sse');
|
||||
|
||||
eventSource.onmessage = function(event) {
|
||||
console.log('Message from server ', event.data);
|
||||
}
|
||||
Reference in New Issue
Block a user