Java mı Java Script mi?

Java bir OOP programlama dilidir, Java Script bir OOP komut listesi oluşturma dilidir. Java , sanal makinede veya tarayıcıda çalışan uygulamalar oluşturur, JavaScript kodu sadece tarayıcıda çalıştırılır. Java kodunun derlenmesi gerekir, JavaScript kodları metinlerden oluşur. Farklı eklentiler gerektirirler.

Read more

Node js nedir nasıl kullanılır?

Node .js açık kaynaklı programlama dillerinden birisi olup çalışabilmek için herhangi bir sunucuya ihtiyaç duyan uygulamaların tasarlanmasında kullanılır . Dinamik web sayfaları konsepti ile çalışan ve kullanıcıların davranışlarına göre farklı şekillere bürünebilen sistemlerin geliştirilmesinde büyük rol oynar.

Read more

Why Nodejs is used for backend?

js backend development is concise, as it provides many features that can be impossible to have with any event-based environments . Node. js is fast as it stores its data in native JSON. It is supported by a large community of developers that are constantly work on improving it.7 May 2021

Read more

What is node js and how it works?

It is a used as backend service where javascript works on the server-side of the application . This way javascript is used on both frontend and backend. Node. js runs on chrome v8 engine which converts javascript code into machine code, it is highly scalable, lightweight, fast, and data-intensive.

Read more