MCPcopy Create free account
hub / github.com/actix/examples / server.rs

File server.rs

websockets/chat/src/server.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! `ChatServer` is an actor. It maintains a list of connection client sessions.
2//! It also manages available rooms. Peers send messages to other peers in same
3//! room through `ChatServer`.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected