Ask HN: Hunting for a Framework

📰 Hacker News · JaFu0815

Hello HN! My primary background is in desktop development and my knowledge of web development is a little rusty by now. I know about Node.JS, Angular, React, Express and the like and have done a few small projects with these technologies. So far, I have implemented the below requirements for each project myself or copied them from previous projects. Now I am looking for a reasonable fullstack framework with the following requirements: - A central definition of data schemas. I don't want to define my schema or validation twice, once in the frontend and once in the backend. - Automatic generation of REST endpoints. I hate boilerplate code and don't want to reimplement Get/GetOne/Add/Update/Delete and Websocket for each data model. Even better would be a GraphQL interface. - Authorization and Authentication - No manual HTTP calls for standard cases. I want to define my model at the server and have the data available in an array at the client. As soon as a cli

Published 4 Dec 2022
Read full article → ← Back to Reads