
-
Thanks! Glad you like it. I'm the original author of Riot (https://riot.js.org/) so that's the style of frontend development I'm most comfortable with. We're using our own flavour of the library, which has the original super-mimimalistic feel on it.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
We're using nats.io for event streaming and pub/sub. The sessions are aggregated in memory, then they go to Badger (https://github.com/dgraph-io/badger), and finally the daily aggregates are easily distributable and immutable JSON files.
We're setting a session identifier to sessionStorage and those id's are wiped out once the session is processed and leaves the server memory. We worked together with a privacy specialist to ensure this is not violating GDPR. Details on what/how we collect data is here:
https://volument.com/privacy/
Related posts
-
BuntDB – A fast, embeddable, in-memory key/value database for Go
-
How to Implement Serializable Snapshot Isolation for Transactions
-
Thoughts on the Resiliency of Web Projects
-
Svelte + Manifest = Giving Svelte a proper backend with 7 lines of code 🧡🦚
-
Build Your Own Uptime Monitor with MeteorJS + Fetch + Plotly.js ☄️🔭