building web apps & apis with node js

13
Building Web Apps & API with Node JS Sep 22, 2016

Upload: lohith-goudagere-nagaraj

Post on 16-Apr-2017

312 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Building Web Apps & APIs With Node JS

Building Web Apps & API with Node JS

Sep 22, 2016

Page 2: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.2

About Me

Lohith | @kashyapaTechnical Evangelist – Progress India

Microsoft MVP

http://about.me/kashyapa

Page 3: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.3

What is Node JS ?

Page 4: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.4

Node JS

Open Source, Cross Platform, JavaScript Runtime Environment

Not JavaScript Framework

Runtime Environment interprets JS using Google’s V8 JS engine

Event Driven, Non Blocking I/O

Page 5: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.5

Why Node JS ?

Page 6: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.6

Why Node JS ?

You Already Know JavaScript

Fast

Tooling – NPM and 1000’s of Packages

Persistence Layer – JavaScript again

Real-Time

Streaming Data• Pipe stdout from running process on server to browser over a socket

Page 7: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.7

DEMO

Page 8: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.8

Express JS

Page 9: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.9

DEMO

Page 10: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.10

Mongo DB and Mongoose

Page 11: Building Web Apps & APIs With Node JS

© 2016 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.11

DEMO

Page 12: Building Web Apps & APIs With Node JS

ThanksLohith (@kashyapa)

[email protected]

Page 13: Building Web Apps & APIs With Node JS