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)