{"id":784,"date":"2017-05-30T13:09:25","date_gmt":"2017-05-30T13:09:25","guid":{"rendered":"http:\/\/blog.onclickinnovations.com\/?p=784"},"modified":"2017-05-30T13:09:25","modified_gmt":"2017-05-30T13:09:25","slug":"node-js-web-application-express","status":"publish","type":"post","link":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/","title":{"rendered":"Node.JS Web Application:: Express"},"content":{"rendered":"<p><strong>Express<\/strong> a framework for writing a web server in Node. It is practically essential framework to know for node,js dev and it is used by overwhelming majority of node.js web servers as core framework which powers more complex frameworks. It can serve a variety of content, including raw JSON and HTML templates. In this users have a lot of flexibility. We\u00a0can write HTML templates in style of choice and have the server substitute variables directly into the markup before sending the page to the client. Alternately, we can write just an API with Express and build a front-end client which interfaces with the API. Express can handle the API calls from React and also can take care of the server side rendering of the app if one plan to do so. As for the SQL server, express has adapters for almost all the databases and it has one for SQL as well. We can also use Sequelize as an ORM for the SQL in express. Express is a pretty good framework. It&#8217;s the most popular node application framework infact. Express is widely used as middleware in node apps as it helps to organize your app into a MVC architecture. It&#8217;s the\u00a0<strong>E<\/strong><strong>\u00a0<\/strong>of the popular MEAN stack. Express manages following things very easily:<\/p>\n<ul>\n<li>Routing<\/li>\n<li>Sessions<\/li>\n<li>HTTP requests<\/li>\n<li>Error handling<\/li>\n<\/ul>\n<p>At times writing code from scratch for above things can be time consuming. But by using express it&#8217;s only a matter of few methods. Express also helps in organizing your code.<a href=\"http:\/\/blog.onclickinnovations.com\/784-2\/\"> EXPRESS.JS<\/a>\u00a0is a light-weight Web framework for Node.js which means we can build web applications using JavaScript. Since it is light, one can do many things faster and with less lines of code, than a traditional Web application built using multiple technologies.<\/p>\n<ul>\n<li>Express supports MVC Architecture with little bit of work.<\/li>\n<li>One can build RESTful APIs faster.<\/li>\n<li>We can use many templating languages like Jade or EJS which reduce the amount of HTML code we have to write for a page.<\/li>\n<li>Has support for NoSQL databases out of the box.<\/li>\n<li>It provides convenient, basic web-server creation\/routing tools, which so essential to bare-bones node,js<\/li>\n<li>It uses very flexible, modular middleware pattern, where special middleware modules used to process different requests.<\/li>\n<li>It is very friendly to functional programming and usage of Node.js core concepts &#8211; Event-emitters, Async flow and Streams.<\/li>\n<li>It requires almost nothing to create and run the easy testable web server<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Express a framework for writing a web server in Node. It is practically essential framework to know for node,js dev and it is used by overwhelming majority of node.js web servers as core framework which powers more complex frameworks. It can serve a variety of content, including raw JSON and HTML templates. In this users &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\"> <span class=\"screen-reader-text\">Node.JS Web Application:: Express<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":785,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[1],"tags":[243,47,357,261,205,225,96,253],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Node.JS Web Application:: Express | Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Node.JS Web Application:: Express | Blog\" \/>\n<meta property=\"og:description\" content=\"Express a framework for writing a web server in Node. It is practically essential framework to know for node,js dev and it is used by overwhelming majority of node.js web servers as core framework which powers more complex frameworks. It can serve a variety of content, including raw JSON and HTML templates. In this users &hellip; Node.JS Web Application:: Express Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/officialonclick\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-30T13:09:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/05\/express.jpg?fit=318%2C158&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"318\" \/>\n\t<meta property=\"og:image:height\" content=\"158\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kavita Arora\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OnClick_web\" \/>\n<meta name=\"twitter:site\" content=\"@OnClick_web\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kavita Arora\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\",\"url\":\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\",\"name\":\"Node.JS Web Application:: Express | Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onclickinnovations.com\/blog\/#website\"},\"datePublished\":\"2017-05-30T13:09:25+00:00\",\"dateModified\":\"2017-05-30T13:09:25+00:00\",\"author\":{\"@id\":\"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/ba3ed611007952683830a055469e831c\"},\"breadcrumb\":{\"@id\":\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onclickinnovations.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Node.JS Web Application:: Express\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onclickinnovations.com\/blog\/#website\",\"url\":\"https:\/\/onclickinnovations.com\/blog\/\",\"name\":\"Blog - OnclickInnovations Pvt. Ltd.\",\"description\":\"Onclick Innovations Pvt. Ltd.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onclickinnovations.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/ba3ed611007952683830a055469e831c\",\"name\":\"Kavita Arora\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0ee6f19fb45d91e456bfdfb6920112f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0ee6f19fb45d91e456bfdfb6920112f?s=96&d=mm&r=g\",\"caption\":\"Kavita Arora\"},\"url\":\"https:\/\/onclickinnovations.com\/blog\/author\/divya\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Node.JS Web Application:: Express | Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/","og_locale":"en_US","og_type":"article","og_title":"Node.JS Web Application:: Express | Blog","og_description":"Express a framework for writing a web server in Node. It is practically essential framework to know for node,js dev and it is used by overwhelming majority of node.js web servers as core framework which powers more complex frameworks. It can serve a variety of content, including raw JSON and HTML templates. In this users &hellip; Node.JS Web Application:: Express Read More &raquo;","og_url":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/","og_site_name":"Blog","article_publisher":"https:\/\/www.facebook.com\/officialonclick\/","article_published_time":"2017-05-30T13:09:25+00:00","og_image":[{"width":318,"height":158,"url":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/05\/express.jpg?fit=318%2C158&ssl=1","type":"image\/jpeg"}],"author":"Kavita Arora","twitter_card":"summary_large_image","twitter_creator":"@OnClick_web","twitter_site":"@OnClick_web","twitter_misc":{"Written by":"Kavita Arora","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/","url":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/","name":"Node.JS Web Application:: Express | Blog","isPartOf":{"@id":"https:\/\/onclickinnovations.com\/blog\/#website"},"datePublished":"2017-05-30T13:09:25+00:00","dateModified":"2017-05-30T13:09:25+00:00","author":{"@id":"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/ba3ed611007952683830a055469e831c"},"breadcrumb":{"@id":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onclickinnovations.com\/blog\/node-js-web-application-express\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onclickinnovations.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Node.JS Web Application:: Express"}]},{"@type":"WebSite","@id":"https:\/\/onclickinnovations.com\/blog\/#website","url":"https:\/\/onclickinnovations.com\/blog\/","name":"Blog - OnclickInnovations Pvt. Ltd.","description":"Onclick Innovations Pvt. Ltd.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onclickinnovations.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/ba3ed611007952683830a055469e831c","name":"Kavita Arora","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onclickinnovations.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0ee6f19fb45d91e456bfdfb6920112f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0ee6f19fb45d91e456bfdfb6920112f?s=96&d=mm&r=g","caption":"Kavita Arora"},"url":"https:\/\/onclickinnovations.com\/blog\/author\/divya\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/05\/express.jpg?fit=318%2C158&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/pe8hCy-cE","jetpack-related-posts":[{"id":528,"url":"https:\/\/onclickinnovations.com\/blog\/mean-stack-mongodb-express-js-angular-js-node-js\/","url_meta":{"origin":784,"position":0},"title":"MEAN stack (mongoDB, Express.js, Angular.js, Node.js)","author":"Kavita Arora","date":"December 15, 2016","format":false,"excerpt":"M.E.A.N. its self is not a framework, its stands for Node, Express, Angular and MongoDB which are the technologies used to complete the stack.\u00a0The term\u00a0MEAN stack\u00a0refers to a collection of JavaScript based technologies used to develop web applications.\u00a0MEAN\u00a0is an acronym for MongoDB, ExpressJS, AngularJS and Node.js. From client to server\u2026","rel":"","context":"In &quot;Custom Software Development Solutions&quot;","block_context":{"text":"Custom Software Development Solutions","link":"https:\/\/onclickinnovations.com\/blog\/category\/custom-software-development-solutions\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/mean.png?fit=640%2C296&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/mean.png?fit=640%2C296&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/mean.png?fit=640%2C296&ssl=1&resize=525%2C300 1.5x"},"classes":[]},{"id":411,"url":"https:\/\/onclickinnovations.com\/blog\/node-js\/","url_meta":{"origin":784,"position":1},"title":"Node.js","author":"Kavita Arora","date":"October 17, 2016","format":false,"excerpt":"Node.js\u00a0framework has emerged as an excellent tool for developing real-time web apps, as it curtails the complexity associated with the application development and allows to speed up the software development process. It is a highly preferred server-side framework for\u00a0web application development. Node.js is a JavaScript runtime environment. Apart from providing\u2026","rel":"","context":"In &quot;Custom Software Development Solutions&quot;","block_context":{"text":"Custom Software Development Solutions","link":"https:\/\/onclickinnovations.com\/blog\/category\/custom-software-development-solutions\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/10\/node-js.jpg?fit=1000%2C407&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/10\/node-js.jpg?fit=1000%2C407&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/10\/node-js.jpg?fit=1000%2C407&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/10\/node-js.jpg?fit=1000%2C407&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":508,"url":"https:\/\/onclickinnovations.com\/blog\/node-js-2\/","url_meta":{"origin":784,"position":2},"title":"Node.js","author":"Kavita Arora","date":"December 6, 2016","format":false,"excerpt":"Node.js\u00a0 is a open source cross-platform runtime environment has been written in JavaScript, which makes it an exceptional choice for real-time applications. Node.js is\u00a0packed with features which have helped it become a top choice for developers when they consider web application development. Node.js is event-based so all the wonderful\u00a0Ajax -like\u2026","rel":"","context":"In &quot;Custom Software Development Solutions&quot;","block_context":{"text":"Custom Software Development Solutions","link":"https:\/\/onclickinnovations.com\/blog\/category\/custom-software-development-solutions\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/node.png?fit=700%2C250&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/node.png?fit=700%2C250&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/node.png?fit=700%2C250&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2016\/12\/node.png?fit=700%2C250&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":789,"url":"https:\/\/onclickinnovations.com\/blog\/koa-js\/","url_meta":{"origin":784,"position":3},"title":"Koa.JS","author":"Kavita Arora","date":"June 1, 2017","format":false,"excerpt":"#Koa #Express #Node.JS #APIs #JavaScript #WebDevelopment #WebFrameworks KOA\u00a0a web framework which is designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. Koa was created by the original creator of express. Koa is intended to solve a\u2026","rel":"","context":"In &quot;Custom Software Development Solutions&quot;","block_context":{"text":"Custom Software Development Solutions","link":"https:\/\/onclickinnovations.com\/blog\/category\/custom-software-development-solutions\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":690,"url":"https:\/\/onclickinnovations.com\/blog\/backbone-js\/","url_meta":{"origin":784,"position":4},"title":"Backbone.js","author":"Kavita Arora","date":"April 11, 2017","format":false,"excerpt":"Backbone.js \u00a0a popular open source JavaScript framework that allows us to develop single page web application. It offers a MVC framework for organizing Javascript application. About Backbone.js::- - Backbone.js is a client-side MVC architecture. It is a design pattern where we separate the data from the way it is defined,\u2026","rel":"","context":"In &quot;Custom Software Development Solutions&quot;","block_context":{"text":"Custom Software Development Solutions","link":"https:\/\/onclickinnovations.com\/blog\/category\/custom-software-development-solutions\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/04\/backbone.jpg?fit=700%2C400&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/04\/backbone.jpg?fit=700%2C400&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/04\/backbone.jpg?fit=700%2C400&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/onclickinnovations.com\/blog\/wp-content\/uploads\/2017\/04\/backbone.jpg?fit=700%2C400&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":1143,"url":"https:\/\/onclickinnovations.com\/blog\/reasons-to-choose-node-js-for-web-development\/","url_meta":{"origin":784,"position":5},"title":"Reasons to Choose Node.js for Web Development","author":"Rohit Sharma","date":"January 2, 2019","format":false,"excerpt":"This while when you were caught up with executing PHP codes in your custom software solutions, you recently overlooked that time flies by. There is a buzz that has assumed control over the whole world. And everyone is either discussing it or has effectively actualized it. Indeed, that is node.js.\u2026","rel":"","context":"In &quot;Backend Web Development&quot;","block_context":{"text":"Backend Web Development","link":"https:\/\/onclickinnovations.com\/blog\/category\/backend-web-development\/"},"img":{"alt_text":"hire node developers","src":"https:\/\/i0.wp.com\/blog.onclickinnovations.com\/wp-content\/uploads\/2019\/01\/node.js-reason1.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blog.onclickinnovations.com\/wp-content\/uploads\/2019\/01\/node.js-reason1.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/blog.onclickinnovations.com\/wp-content\/uploads\/2019\/01\/node.js-reason1.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/blog.onclickinnovations.com\/wp-content\/uploads\/2019\/01\/node.js-reason1.jpg?resize=700%2C400 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/posts\/784"}],"collection":[{"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/comments?post=784"}],"version-history":[{"count":1,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/posts\/784\/revisions"}],"predecessor-version":[{"id":786,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/posts\/784\/revisions\/786"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/media\/785"}],"wp:attachment":[{"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/media?parent=784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/categories?post=784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onclickinnovations.com\/blog\/wp-json\/wp\/v2\/tags?post=784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}