7
Technologies We Use

Knonex

Embed Size (px)

Citation preview

Page 1: Knonex

Technologies We Use

Page 2: Knonex

What is MEAN?

• MEAN Stands MONGO DB, EXPRESS,ANGULAR and NODE JS

• MEAN.JS is a full-stack JavaScript solution that helps you build fast, robust, and maintainable production web applications using MongoDB, Express, AngularJS, and Node.js.

Page 3: Knonex

MONGO DB

• MongoDB is an open-source document database, and leading NoSQL database. MongoDB is written in c++

• Database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server typically has multiple databases.

Page 4: Knonex

EXPRESS JS

• Allows to set up middleware's to respond to HTTP Requests.

• Defines a routing table which is used to perform different action based on HTTP Method and URL.

• Allows to dynamically render HTML Pages based on passing arguments to templates.

Page 5: Knonex

ANGULAR JS

• AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.

Page 6: Knonex

NODE JS

• Node.js is a very powerful JavaScript-based framework/platform built on Google Chrome's JavaScript V8 Engine. It is used to develop I/O intensive web applications like video streaming sites, single-page applications, and other web applications. Node.js is open source. It is not recommended for high data usage applications

Page 7: Knonex