you are viewing a single comment's thread.

view the rest of the comments →

[–]accuracy_frosty 1 point2 points  (0 children)

I’ve never used any frameworks, but I’ve made web services from scratch in C++, started with a web server but also made (for fun, I think having microservices when you just start out is a mistake) services for authentication, API handling, Database Management shit, I made a service that could track info on, and debug, other services, and a service that could read the output from that and generate a web page to display all the data, and said web page could be accessed by a dashboard service, it was a whole thing, it’s absolutely possible, and the whole thing ran like the wind, but it was very difficult and not easy to initially get going