Readme.txt
Welcome to the MarvinX Server, a powerful and efficient C++ server inspired by Nginx and named after the iconic Marvin the Paranoid Android from "The Hitchhiker's Guide to the Galaxy."
make container
Servers now available at localhost:8080 and localhost:8081 with directory
./extra
mounted on /var/www/html
To expose different ports:
PORT_MAPPING=' -p "8080:8080" -p "8081:8081"'
To specify bind mount:
MOUNT_VOLUME=' -v extra/www:/usr/share/www:ro'
Followed by make container
(same command line)
- Introduction
- Features
- Installation
- Configuration
- Usage
- Contributing
- License
MarvinX is a high-performance, lightweight server designed to handle concurrent connections efficiently. Drawing inspiration from the character Marvin and the reliable performance of Nginx, MarvinX aims to provide a robust solution for your server needs.
- High concurrency handling
- Efficient resource usage
- Easy configuration
- Modular architecture
- Robust error handling
- Customizable modules
- Makefile
- Linux kernel 2.6.27+ OR Docker
- Clone the repository
- Run
make