https://github.com/calint/xiinux
experimental high performance web application server for linux in c++
https://github.com/calint/xiinux
cpp linux webserver
Last synced: about 1 month ago
JSON representation
experimental high performance web application server for linux in c++
- Host: GitHub
- URL: https://github.com/calint/xiinux
- Owner: calint
- Created: 2015-04-04T01:06:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T04:36:11.000Z (9 months ago)
- Last Synced: 2025-11-20T19:24:45.287Z (7 months ago)
- Topics: cpp, linux, webserver
- Language: C++
- Homepage:
- Size: 42.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xiinux
experimental high performance web application server for linux in c++
intention:
* compact web application server
* intuitive component-based development of web applications
* backend for browser-based application
* deployed as server
* runs on one thread
supports:
* serve files
* serve static content
* serve dynamic content
* post content using ajax
* upload files
* resumable downloads
* ui framework
- focused on backend development
- hierarchial structure
- simple event model
- ajax updates
howto:
* to build run 'make.sh'
* for normal mode run 'xiinux'
* for benchmarking mode run 'xiinux -b'
* for displaying metrics run 'xiinux -m'
* for both benchmarking mode and metrics run 'xiinux -bm'
```
lines words chars
source: 2057 7935 78149
gzipped: 69 347 16913
-rwxrwxr-x 1 c 325K okt 7 12:28 xiinux
```