webscripthook
webscripthook copied to clipboard
Server-side extension data caching
Extensions should be able to push certain data to server and have this data cached at the server. Whenever a client requests this data (via a GET or something), cached data will be returned.
This boosts performance by not having to route the request to the WSH plugin and to have the plugin process the request every time a request is made