DEV Community

Cover image for Serverless Infrastructure, Backend and Frontend in one Package : SOMOD
Raghavendra
Raghavendra

Posted on

Serverless Infrastructure, Backend and Frontend in one Package : SOMOD

I'm writing this post to introduce the new framework for the serverless stack, the SOMOD.

SOMOD - Serverless Optimized MODules

SOMOD Combines 3 parts of the application, Infrastructure, Backend, and Frontend into a single NPM Package.

Each Module (the NPM package created using SOMOD) is extendible and reusable. Complex applications can be made just by adding the smaller modules as dependencies.

Features of SOMOD

  • Sharable
  • Reusable
  • Extendible
  • Encapsulates everything needed for an application
  • Serverless Optimized
  • Compatible with any module developed using SOMOD
  • Readily available modules from our library
  • Easy learning curve.

Try SOMOD

Top comments (0)