0
How to build a web server?
can anyone help me out to build a web server which can dtore users data on my website and the private information of the user
3 Respostas
+ 1
You basically need:
front end
back end
database
front end: HTML, CSS, Javascript
back end: there are many popular frameworks for almost any existing language, find the one that suits you! I personally use Ruby on Rails
Database: SQLite, PostreSQL, MongoDB, etc. Find the one that works best with your back end.
With just this three things you can build pretty amazing things.
+ 1
here is a list of the most popular frameworks:
https://github.com/showcases/web-application-frameworks
0
Thank you so much this is the best answer i could hope for can you add some languages in for the back end