Sentivate Technology Stack

NodejsAcid (Front-end Utility Library)

Sentivate
3 min readJun 11, 2019

Acid (Front-end Utility Library)

Acid is a utility library for building CWAs (Conscious Web Apps). CWAs build themselves based on realtime application demands. Think of a bridge being formed in front of you as you’re walking. Acid embraces a modular philosophy that results in a complete separation of concerns.

Lucy (Back-end Utility Library)

Lucy has all of Acid’s functions except browser based methods. Lucy is designed for worker and node use.

Electron (Browser)

Build cross platform desktop apps with JavaScript, HTML, and CSS

Ractive (Front-end Components)

Ractive.js is a template-driven UI library that transforms your templates, styles and logic into blueprints for highly interactive apps.

MongoDB

MongoDB’s flexible document data model makes working with data intuitive, whether you’re building an app from scratch or updating an existing one.

Sodium-native (Node Cryptography Library)

The goal of this project is to be thin, stable, unopionated wrapper around libsodium.

All methods exposed are more or less a direct translation of the libsodium c-api. This means that most data types are buffers and you have to manage allocating return values and passing them in as arguments intead of receiving them as return values.

This makes this API harder to use than other libsodium wrappers out there, but also means that you’ll be able to get a lot of perf / memory improvements as you can do stuff like inline encryption / decryption, re-use buffers etc.

This also makes this library useful as a foundation for more high level crypto abstractions that you want to make.

About Sentivate

Sentivate is the future of the Web. Sentivate is a hybrid web built to be a viable & realistic replacement for the modern web faster, safer, & more scalable than any solely centralized or decentralized web.

Website | Telegram| Twitter | Discord | Whitepaper | Github

--

--

Sentivate
Sentivate

Written by Sentivate

Sentivate is a hybrid web built to be a viable replacement for the modern web. Faster, safer, & more scalable than any solely centralized or decentralized web.

No responses yet