Creating a simple web server that's RFC 2616 compliant (HTTP/1.1) that requires a fast and clean implementation for supporting high traffic requests in the Social Networking domain.
This project is dedicated towards the development of a distributed web server that can accomplish the following upon its initial release:
- Used in Distributed Environments with high throughput in mind.
- Easy recovery, installation, awareness within cluster, maintenance, and fast system bring-up on a server node where demand is critical.
- Scalable in design (written purely in C/C++)
- Built-in security model
- Provide wrappers for high-level scripting languages (Ruby, PHP)
- Can be extended across multiple platforms.
Before you shoot me an email saying this is pointless and it's already been done, understand that there are people who would like to get involved on a project that is also educational (undergrad/graduate students in computer science/engineering). In the process, I want to slowly build this project into a maintainable Open Source project with legitimate licensing. For now I'm slowly contributing to this and would like others to join in on developing the aforementioned as the base foundation required for the initial version. If you're interested, send me an email.
Dependencies
None, yet.
Install
Source freely available within GitHub repo.
Authors
Krikor Hovasapian (krikorh@unlv.nevada.edu)
Contact
(krikorh@unlv.nevada.edu)
Download
You can download this project in either
zip or
tar formats.
You can also clone the project with Git
by running:
$ git clone git://github.com/koru/Livepad