Minggu, 03 April 2016
Rabu, 15 Januari 2014
Why does Google prepend while(1); to their JSON responses?
Sabtu, 07 Desember 2013
Sabtu, 24 Agustus 2013
Mr. Data Converter
Sabtu, 02 Februari 2013
3scale Launches New Open Source API Proxy to Make It Faster, Better, Cheaper for Enterprises to Open & Manage APIs
http://3scale.github.com/2013/01/09/augment-your-api-without-touching-it/
OpenResty
http://openresty.org/
TEngine
http://tengine.taobao.org/
lua-nginx-module
https://github.com/chaoslawful/lua-nginx-module
HttpProxyModule
http://wiki.nginx.org/HttpProxyModule
Setup Nginx as an API Proxy
https://support.3scale.net/howtos/api-configuration/nginx-proxy
3scale Launches New Open Source API Proxy to Make It Faster, Better, Cheaper for Enterprises to Open & Manage APIs
http://www.3scale.net/2012/11/press-release-3scale-launches-new-open-source-api-proxy-to-make-it-faster-better-cheaper-for-enterprises-to-open-manage-apis/
(Read More..)
Selasa, 01 Januari 2013
MessagePack : It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON but it's faster and
smaller. For example, small integers (like flags or error code) are
encoded into a single byte, and typical short strings only require an
extra byte in addition to the strings themselves.
If you ever wished to use JSON for convenience (storing an
image with metadata) but could not for technical reasons (encoding,
size, speed...), MessagePack is a perfect replacement.
http://msgpack.org/
Sabtu, 03 November 2012
JQ
jq is a lightweight and flexible command-line JSON process
http://stedolan.github.com/jq/