# http-kit **Repository Path**: shenfeng/http-kit ## Basic Information - **Project Name**: http-kit - **Description**: http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://http-kit.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-05-27 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP Kit ## High-performance event-driven HTTP client/server for Clojure See **[http-kit.org](http://http-kit.org)** for documentation, examples, benchmarks, etc. Current [semantic](http://semver.org/) version: ```clj [http-kit "2.1.3"] ``` ### Hack locally Hacker friendly: Zero dependency, written from ground-up with only ~3k lines of code (including java), clean and tidy. ```sh # 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](https://github.com/http-kit/http-kit/issues) for feature suggestions, bug reports, or general discussions. Current contributors are listed [here](https://github.com/http-kit/http-kit/graphs/contributors). The http-kit.org website is also on GitHub [here](https://github.com/http-kit/http-kit.github.com). ### Change log [history.md](https://github.com/http-kit/http-kit/blob/master/history.md) ### License Copyright © 2012-2013 [Feng Shen](http://shenfeng.me/). Distributed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).