# rust_web **Repository Path**: lyouuuuu/rust_web ## Basic Information - **Project Name**: rust_web - **Description**: rust_web rust_web rust_web rust_web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-20 - **Last Updated**: 2023-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust 大作业 ## 运行服务端 ```bash cd webapp # 进入服务端根目录 cargo run # 运行服务端 ``` ## 效果展示 在浏览器访问 [http://127.0.0.1:8888/index](http://127.0.0.1:8888/index) 在代码框键入运行的python代码,并在输入框键入程序的输入: ![1674287647421](image/README/1674287647421.png) 单击运行按钮,等待程序运行: ![1674287770672](image/README/1674287770672.png) 运行完成后,在最下方文本框查看运行结果: ![1674287799528](image/README/1674287799528.png) 支持并行处理多个请求: ![1674287890439](image/README/1674287890439.png) 查看结果: ![1674287922737](image/README/1674287922737.png)