Giter VIP home page Giter VIP logo

ncsa-httpd-2.0's Introduction

#NCSA-httpd-2.0

A simple web server, written from scratch, in C, with unit tests in the Check framework (http://check.sourceforge.net). The goal is to be simple and fast. Ultimately, the goals are in line with the C10K Problem.

The name is because I work for NCSA Athletic Recruiting, and we always joke about "our httpd" when we open the apache configuration file and see the message about it being based on Rob McCool's work for the original NCSA httpd.

See what I did there?

The idea came about because we work with an excellent consulting firm (http://www.8thlight.com) who has all their apprentices complete this as a sort of final project. I feel weak at low level programming, haven't done C in years, haven't done sockets since ECE 338 in 1998, and this sounded like a big enough to be far from trivial but small enough to be doable type of project.

I will probably also keep a running commentary here on what I'm doing and where it's headed. If you're interested in also writing a web server from scratch, please by all means contact me.

Ultimately I envision something with pthreads and kqueue/kevent based event notifications, but I haven't done much research on that stuff yet and it'll be weeks before I'm ready to write that kind of code.

The first milestone is to have something that passes the Fitnesse suite contained at https://github.com/patrickgombert/cob_spec.

##BUILDING You will need a few libraries installed. To run the tests, you will need the Check framework.

This is being developed on a Mac running OSX Mountain Lion. It /should/ work on Linux, at least for now. In the future it may become BSD specific via kqueue (which I don't think is available on Linux).

ncsa-httpd-2.0's People

Contributors

barooo avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.