HTTP开发工具包 http-kit

码农软件 · 软件分类 · 网络工具包 · 2019-02-28 14:14:26

软件介绍

高性能,高并发Clojure HTTP Server & Client。首页:http://http-kit.org 

HTTP Server:

  1. 高性能, 在普通机器上,每秒处理数万个请求
  2. 高并发支持。采用异步IO + 线程池的方式,在普通机器上,数十万并发
  3. 支持HTTP长连和WebSocket

HTTP Client

  1. keep-alive:极端情况下,keep-alive可提高一倍性能
  2. 异步IO + 线程池
  3. API 友好

本文地址:https://codercto.com/soft/d/321.html

Visual Thinking

Visual Thinking

Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95

Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试