Socket
Socket
Sign inDemoInstall

@mcanaleta/backts

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mcanaleta/backts

Strongly opinionated...: - Google for everything - Login: firebase - Database: firestore (realtime, highly scalable and avilable, pay per use, no need to manage, ...) - Analytics: bigquery - Serverless: cloud run - Scheduler - Secrets - Server


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Strongly opinionated...:

  • Google for everything
    • Login: firebase
    • Database: firestore (realtime, highly scalable and avilable, pay per use, no need to manage, ...)
    • Analytics: bigquery
    • Serverless: cloud run
    • Scheduler
    • Secrets
  • Server: NodeJS. I like modern approaches like server workers, cloudflare workers, etc, but most of google sdks rely on nodejs...

Other decisions

  • SWC: fast, supports quite modern typescript features
  • TODO: zod/yup/yui/ ... for validation

Any backoffice app should have

  • a frontend
    • search
    • ai / assistants
    • menu
    • notifications
  • a domain (entities, schema, ...)
  • scheduler
  • data loaders
  • data flow and dependencies
  • monitoring
  • analytics
  • AI

frontend must be private, not in a public cdn

what this is NOT (use instead something like next.js)

  • NOT SSR
  • NOT for public sites
  • NO SEO
  • NOT for static sites
  • NOT for landing pages

OTHERS

FUTURE

  • vscode extension

FAQs

Last updated on 15 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc