From 138f02234fc0e4c104f11c4ad82b15a9ab650b76 Mon Sep 17 00:00:00 2001 From: Ankitsingh6299 <45270160+Ankitsingh6299@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:03:15 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af498be..e5311b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # simple-nodejs-weather-app Simple Node.js Command Line Weather Application +Node. js is primarily used for non-blocking, event-driven servers, due to its single-threaded nature. It's used for traditional web sites and back-end API services, but was designed with real-time, push-based architectures in mind. * Check out the **[Live Demo](https://simple-nodejs-weather-app-irhhpddsku.now.sh/)** * Read the full tutorial on how to build this application at [codeburst.io](https://codeburst.io)