Registry / networking / actori-server

actori-server

JSON →
library1.0.1rscratesunverified

Actori server - General purpose TCP server built on the Actori actor framework.

# Cargo.toml [dependencies] actori-server = "1.0.1"
INSTALL
IMPORT
SIG · ACTORI-SERVER
A
actori-server
networkingrustv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use actori_server::Server;

Creates and starts a TCP server on localhost port 8080.

use actori_server::Server; fn main() { let server = Server::new("127.0.0.1:8080").unwrap(); println!("Server started"); }
Debug
Known issues
gotchaRequires an async runtime like Tokio to be running.
fix
Add `tokio` as a dependency and use `#[tokio::main]`.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
1
Resources
actori-server — cargo add actori-server · libregistry