Skip to content

Wilovy09/Wilovy09

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Typing SVG

banner


Technologies

python--v1 javascript external-rust-is-a-multi-paradigm-system-programming-language-logo-color-tal-revivo vue-js csharp logo csharp logo


use actix_web::{web, get, App, HttpServer, 
Responder, HttpResponse};

#[get("/")]
async fn hello_world() -> HttpResponse {
    HttpResponse::Ok().json("Hello, World")
}

#[actix_web::main]
async fn main() -> std::io::Result<()> {
    HttpServer::new(|| {
        App::new()
            .service(hello_world)
    })
    .bind("127.0.0.1:8080")?
    .run()
    .await
}

Currently learning

How to start a business and actually survive the process.
@nexorbs

About

Hola Github! πŸ‘‹

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors