5 ms·
The source code is there for anyone to do whatever they like with it. Of course you could use this in-process and strip away the server logic, it's even split i
by enno 11y ago
The source code is there for anyone to do whatever they like with it. Of course you could use this in-process and strip away the server logic, it's even split into source files to make that easy (nosql.[hc] are the files that implement the key-value store, everything else handles the fcgi requests).