Skip to content

Basic Async Webserver using Actix Framework for Rust. It displays a basic Webpage at local host port 8080.

Notifications You must be signed in to change notification settings

Ronin15/actix_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actix Test Project

This project is a simple web application built using the Actix framework in Rust. Runs a webserver and displays a basic landing page with some embeded HTML.

Prerequisites

  • Rust (latest stable version)
  • Cargo (Rust package manager)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Ronin15/actix_test.git
    cd actix_test
  2. Build the project:

    cargo build
  3. Run the application:

    cargo run
  4. Open your browser and navigate to http://localhost:8080 to see the application in action.

Project Structure

  • src/main.rs: The main entry point of the application.
  • Cargo.toml: The project configuration file.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Basic Async Webserver using Actix Framework for Rust. It displays a basic Webpage at local host port 8080.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages