My frontend is vue.js
My backend is in a home made c++ framework. I'm rewriting it to achieve even higher performance and concurrency. I think my choice of c++ helps me save server resources, and it can be deployed easily. (just scp a folder of a few binaries)
my database is mongodb for now. However, I want to switch to postgresql.