DEV Community

Discussion on: The most simple stack to create basic CRUD web app with users?

Collapse
 
akshay_nm profile image
Akshay Kumar • Edited

I am also new and don't know much about auth but how hard could it be. šŸ˜…šŸ¤”
I would have gone with a mongoose+express for CRUD API. Express+EJS for hosting static content.
VanillaJS+RXJS for anything related to frontend.
If it was a real-time chat, or we needed some sort of event driven communication between the server and the clients I would use Socket.io instead of/with REST(Express+mongoose) API.