Skip to content
/ laconia Public
forked from nearst/laconia

Create well-crafted serverless applications, effortlessly

License

Notifications You must be signed in to change notification settings

cuulee/laconia

 
 

Repository files navigation

Laconia

CircleCI Coverage Status Apache License FOSSA Status Snyk Vulnerabilities for GitHub Repo Greenkeeper badge Gitter npm node code style code style npm Contributor Covenant

🛡️ Laconia — Create well-crafted serverless applications, effortlessly

If you like Laconia, ⭐ the project to support its development!

Laconia is a microframework for building Node.js serverless function based applications.

Features

  • Hexagonal: Laconia allows you to write serverless functions in Hexagonal Architecture easily. All of your serverless functions will have more consistent patterns that are testable, maintainable, and loosely coupled.
  • Non-intrusive: Never be forced to inherit any Laconia-specific component in your application code. Everything that you write will be plain objects and functions.
  • Focused: Laconia is not a generic framework, it is specialised in serverless. This allows Laconia to enable serverless specific best practices and deal with serverless specific issues.
  • Lightweight: Using small and simple dependencies is the key to performant serverless functions. Laconia is designed with that principle in mind.
  • Quality: Laconia lays strong emphasis on code quality and high test coverage to ensure its seamless use and continued maintenance.
  • Versatile: Use Laconia with your favourite serverless deployment tools. Laconia is created to help more on the application side of serverless development.

Documentation

Visit Laconia's website at laconiajs.io, for:

You can improve it by sending pull requests to the website repository.

License

Apache License 2.0

FOSSA Status

About

Create well-crafted serverless applications, effortlessly

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • TypeScript 0.4%