Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanashworth/wookie
Performant C web framework.
https://github.com/brendanashworth/wookie
Last synced: 9 days ago
JSON representation
Performant C web framework.
- Host: GitHub
- URL: https://github.com/brendanashworth/wookie
- Owner: brendanashworth
- License: mit
- Created: 2014-08-27T03:48:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T07:00:00.000Z (about 10 years ago)
- Last Synced: 2023-04-10T02:51:14.624Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 601 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wookie [![Build Status](https://travis-ci.org/brendanashworth/wookie.svg?branch=master)](https://travis-ci.org/brendanashworth/wookie)
![chewbacca and han solo](http://moviesmedia.ign.com/movies/image/article/121/1214564/chewbacca-han-solo_1323716284.jpg)
> wookie is a C web framework - it uses [Joyent's HTTP parser](https://github.com/joyent/http-parser) and the [r3 path dispatcher](https://github.com/c9s/r3). Its focus is on high performance and not reinventing the wheel.
The software is still in development. If you are a contributor, please push your commits. Once the software is fully-functional (and performance tweaked), I will post req / sec from `ab`.
### Development
Check out our [wiki](https://github.com/brendanashworth/wookie/wiki) for info.