Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:18:15.000Z (7 months ago)
- Last Synced: 2024-04-22T12:58:58.561Z (7 months ago)
- Topics: cpp, linux, webserver
- Language: C++
- Homepage:
- Size: 42.3 MB
- Stars: 1
- Watchers: 2
- 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 threadsupports:
* 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 updateshowto:
* 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
```