layrjs / layr

Dramatically simplify full‑stack development

Home Page:https://layrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layr

Dramatically simplify full‑stack development.

Documentation

Check out the documentation for a quick introduction and a comprehensive API description.

Roadmap

Components

  • Basic components
  • Controlled attributes
  • Component provision
  • Cross-layer inheritance
  • Remote method invocation
  • Optimized serialization
  • Weak Identity Map
  • Component subscriptions (realtime updates)
  • HTTP Caching

Storage

  • Basic storage (MongoDB)
  • Indexes
    • Identifier attributes
    • Regular attributes
    • Compound attributes
    • Referenced components
    • Embedded components
  • Automatic migrations
    • Indexes
    • Default values
    • Renamed components
    • Renamed attributes
  • Custom migrations
  • Polymorphism
  • Transactions
  • Sugar to query reverse relationships
  • Query subscriptions (realtime updates)
  • Support for more databases (PostgreSQL, MySQL, DynamoDB,...)

Routing

  • Basic routing
  • Nested routing

Authorizations

  • Basic authorizations
  • Role-based authorizations

Integrations

  • React integration
  • Basic AWS integration

Contributing

Contributions are welcome.

Before contributing please read the code of conduct and search the issue tracker to find out if your issue has already been discussed before.

To contribute, fork this repository, commit your changes, and send a pull request.

License

MIT

About

Dramatically simplify full‑stack development

https://layrjs.com

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.3%Language:HTML 0.1%