+ 3
Can I make a website with only HTML CSS JAVASCRIPT MONGODB and NODE.JS ??
I want to create a website with only JavaScript tools.
13 Respostas
+ 9
Of course you can use only these (node, mongo), instead of php and mysql. Your db is a matter of choise. It depends on what kind of db you need. Search google about differences between dbs.
+ 7
Only? đ You've mentioned almost all the tools used to create a website! Yeah, sure you can. Good luck! đ
+ 4
If your site dont need databases then you can made it only whith html, css and javascript. static page - html&css only
+ 2
Anton Böhler ! A real pro website ?
+ 2
Ok, thank you for your answers. But what I would mainly like to know is: can I use only server-side js and mongo DB for databases instead of using PHP?
+ 1
you could even do one with html only đ
+ 1
depends on what a pro website is đ
well you can make a static page using html, adding css that makes a pretty static page, adding JavaScript that makes a pretty interactive page, ...
so ... hope this anwsers your question đ
+ 1
ustedes no saben nada đđđđ
+ 1
xd xd
+ 1
Can I use only server-side node.js and mongo DB for databases instead if using PHP and MySQL ??
+ 1
I know how to create a website status with HTML and CSS, and add some interaction with JavaScript
+ 1
Server-side I use PHP ,I hear about Node.js and I'd like to know if it can satisfy me like PHP !?
0
Ofcourse, with HTML, Javascript, and CSS being for the actual website. MOGODB for the database, and Node.JS for the server. You could probally make a website like WikiHow if you wanted to!