[NuSTER](https://github.com/jiangwenyuan/nuster) is a high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy.
NuSTER can be used as an HTTP proxy cache server like Varnish or Nginx to cache dynamic and static HTTP response, and also can be used as a RESTful NoSQ...
Thread
Stories related to "NuSTER: A HTTP based, user facing, RESTful NoSQL server" across the full archive.
[NuSTER](https://github.com/jiangwenyuan/nuster) is a high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy.
NuSTER can be used as an HTTP proxy cache server like Varnish or Nginx to cache dynamic and static HTTP response, and also can be used as a RESTful NoSQ...
Sapient uses libsodium to encrypt or sign HTTP message bodies. It works either client-side or server-side, on requests or responses.
Features:
* Symmetric-key
* Encryption (XChaCha20-Poly1305)
* Authentication (HMAC-SHA512-256)
* Public-key
* Sealing (X25519 + BLAKE2b + XChaCha20-Pol...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.5
Add a cache manager API supports enable and disable cache all at run time. Cache can be enabled/disabled by a single cache-rule name (tag), proxy-id(all cache-rules belong to this proxy...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.6
Add a cache manager API supports updating cache TTL at run time, also an unified API to change state and ttl at the same time.
### Added
- Update ttl at run time
- Single API to ...
[nuster](https://github.com/jiangwenyuan/nuster), A caching proxy server based on HAProxy released v1.7.9.9, mainly added cache stats functionality, fixed a security bug.
### Added
- Cache stats applet
- Various cache stats
### Changed
- Separate cache manager file/applet
- Rename manager_...
[nuster](https://github.com/jiangwenyuan/nuster), A caching proxy server based on HAProxy released v1.7.10.1, update to HAProxy v1.7.10, change config directives, remove share on|off mode, refactor code for next HAProxy v1.8 merging.
### Added
- Upgrade to HAProxy v1.7.10
- Proxy mode
###...
nuster released v3.0.0.19, now supports disk persistence
https://github.com/jiangwenyuan/nuster
There are four MODEs.
- off: default, disable disk persistence, data are stored in memory only
- only: save data to disk only, do not store in memory
- sync: save data to memory and disk(kernel...