pub fn devserver_raw_addr() -> Option<SocketAddr>
Expand description
Get the address of the devserver for use over a raw socket
This returns a SocketAddr
, meaning that you still need to connect to it using a socket with
the appropriate protocol and path.
For reference, the devserver typically lives on 127.0.0.1:8080
and serves the devserver websocket
on 127.0.0.1:8080/_dioxus
.