Hacker News new | ask | show | jobs
Ask HN: Extending Web Components to the Back End
1 points by ben85ts 2278 days ago
Web components encapsulate logic on the client but what if they were to encapsulate the back end functionality, e.g. a newsletter sign-up component. Would there be a registry of full stack components? A consumer would simply install the sign-up component and pass some configuration values like a remote database service?
1 comments

AWS Serverless Application Repository is trying to be something like this I think.