Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 683 Bytes

libs.md

File metadata and controls

28 lines (18 loc) · 683 Bytes

Interesting Libraries

To check out / research

oso

Write authorization logic like Firebase Security Rules https://www.osohq.com/

allow(user: User, "view", todo) if
    user.country = todo.creator.country;

cote

Microservices with batteries and chargers included https://github.com/dashersw/cote

jose

JSON Web * (tokens, encryption, signatures, ...) library https://github.com/panva/jose

libcurl

Bindings for libcurl in Node. HTTP, FTP, IMAP, LDAP, POP3, SMTP, ... gota go fast. https://github.com/JCMais/node-libcurl