crunchypi

Results 4 comments of crunchypi

Sure, it's fairly stand-alone as it is so it's not a problem!

SQLite might be a good option for the following reasons: - simple - fast - well tested (sqlite3 itself) - pre-installed, at least on osx Added a pull request with...

@shiffman apologies for the late reply, the notification got caught by the spam filter somehow :< Haven't tried enmap, unfortunately; is your impression that it could replace nedb in this...

Hello! To address the last checkbox (anti-spam); I've written a small module for this [here](https://github.com/CodingTrain/Live-Poll/blob/main/server/validation/antipollspam.js). I can integrate it into [api.js](https://github.com/CodingTrain/Live-Poll/blob/main/server/api.js), maybe as a 'middleware'? Personal opinion: Benefit: Flexibility, easier...