polblancoo / Server-Services

Ejemplos de Servers y Servicios en Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<>🦑 Servers - Services -examples

Software utilizado:

Software Versión *rustup 1.26.0 (5af9b9484 2023-04-05)

🚧Servers y Servicios 🚧

Web Server:

Para correr el web server, ejecutar comando en la carpeta root , del proyecto.:

cargo run -p httpserver

Abrir el Navegador web en :

localhost:3000/
localhost:3000/health
localhost:3000/api/shipping/orders
localhost:3000/invalid-path

About

Ejemplos de Servers y Servicios en Rust


Languages

Language:Rust 95.1%Language:HTML 4.6%Language:CSS 0.3%