Thingographist / http-kit

http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support

Home Page:http://http-kit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Kit

High-performance event-driven HTTP client/server for Clojure

See http-kit.org for documentation, examples, benchmarks, etc.

Current semantic versions:

[http-kit "2.1.19"]        ; Stable
[http-kit "2.1.21-alpha2"] ; Dev

Library status

http-kit's author (@shenfeng) unfortunately hasn't had much time to maintain http-kit recently. In an attempt to help out I'll be doing issue triage, accepting minor/obvious PRs, etc. My own time's pretty limited so contributors welcome: looking for pull requests, feedback/ideas, and help dealing with GitHub issues, etc. Please contact me if you'd be interested in lending a hand. Thank you!

- @ptaoussanis

Hack locally

Hacker friendly: Zero dependency, written from ground-up with only ~3.5k lines of code (including java), clean and tidy.

# modify as you want, unit tests back you up
lein test

# may be useful. more info, see the code server_test.clj
./scripts/start_test_server

# some numbers about how fast can http-kit's client can run
lein test :benchmark

Contact & Contribution

Please use the GitHub issues page for feature suggestions, bug reports, or general discussions. Current contributors are listed here. The http-kit.org website is also on GitHub here.

Change log

history.md

License

Copyright © 2012-2015 Feng Shen. Distributed under the Apache License Version 2.0.

About

http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support

http://http-kit.org

License:Apache License 2.0


Languages

Language:Java 75.6%Language:Clojure 20.1%Language:C 1.6%Language:Shell 1.6%Language:Go 0.7%Language:Ruby 0.2%Language:JavaScript 0.1%