shimmer/internal/network/gun
Based upon github.com/lpil/nerf
Types
pub external type ConnectionPid
pub type Frame {
Close
Text(String)
Binary(BitString)
}
Constructors
-
Close
-
Text(String)
-
Binary(BitString)
pub external type StreamReference
Functions
pub external fn ws_upgrade(
ConnectionPid,
String,
List(Header),
) -> StreamReference