How to build a web server? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

26th Aug 2017, 5:57 PM
Gopal Singh
Gopal Singh - avatar
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.
27th Aug 2017, 6:51 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar
+ 1
here is a list of the most popular frameworks: https://github.com/showcases/web-application-frameworks
27th Aug 2017, 1:34 PM
Alejandro Aristizabal
Alejandro Aristizabal - avatar
0
Thank you so much this is the best answer i could hope for can you add some languages in for the back end
27th Aug 2017, 7:19 AM
Gopal Singh
Gopal Singh - avatar