SSI-JS is a lightweight Express.js server that manages an append-only table of non-modifiable key-value records. The key (request_id) is a 256-bit hash derived from a public key and a state. The value ...
Trying to to implement an SSI parser for node.js. Will be starting out with some basic stuff (#include, #set, #echo etc.) and then extend to flow control. Note: I've stopped working on this for the ...