Skip to content

Lozlof/actix_ping_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actix_ping_pong

Very basic "ping pong" server built with actix-web

Example Settings

impl Default for Settings {
    fn default() -> Self {
        return Self {
            logging: true,
            log_level: "debug".to_string(),
            client_url: "https://my.domain.example.com".to_string(),
            bind_socket: "127.0.0.1:8080".to_string(),
        }
    }
}

Releases

No releases published

Packages

No packages published

Languages