{"id":9449,"date":"2018-11-09T07:06:03","date_gmt":"2018-11-09T07:06:03","guid":{"rendered":"https:\/\/appening.xyz\/?p=9449"},"modified":"2024-01-15T06:36:25","modified_gmt":"2024-01-15T06:36:25","slug":"your-perfect-guide-to-web-architecture","status":"publish","type":"post","link":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/","title":{"rendered":"Your perfect guide to Web Architecture"},"content":{"rendered":"<p><span style=\"color: #000000;\">Web architecture determines how software logic is divided between a server and a client, as well as how these two components communicate with each other. Depending on the needs of your website or a web app, you choose the web architecture that would work best for it (you can turn to this article to learn more).<\/span><\/p>\n<p><span style=\"color: #000000;\">The ways web architecture types work are quite different and depend on a client model and requests a client sends\/receives to\/from a server. Still, the most popular architecture is SPA (single-page app), which work like this:<\/span><\/p>\n<p><span style=\"color: #000000;\">With web applications, you have the server versus the customer side. Basically, there are two projects running simultaneously:<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">The code which lives in the program and reacts to client input <\/span><\/li>\n<li><span style=\"color: #000000;\">The code which lives on the server and reacts to HTTP asks<\/span><\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"web-application-architecture-example\"><\/span>Web Application Architecture Example<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"picture-by-means-of-wikipedia\"><\/span>Picture by means of Wikipedia<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span style=\"color: #000000;\">When composing an application, it is up to the web designer to choose what the code on the server ought to do in connection to what the code on the program ought to do. With server-side code, dialects include:<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">Ruby on Rails <\/span><\/li>\n<li><span style=\"color: #000000;\">PHP <\/span><\/li>\n<li><span style=\"color: #000000;\">C# <\/span><\/li>\n<li><span style=\"color: #000000;\">Java <\/span><\/li>\n<li><span style=\"color: #000000;\">Python <\/span><\/li>\n<li><span style=\"color: #000000;\">Javascript<\/span><\/li>\n<\/ul>\n<p><span style=\"color: #000000;\">Actually, any code that can react to HTTP asks for has the capacity to keep running on a server. Here are a couple of different properties of server-side code:<\/span><\/p>\n<p><span style=\"color: #000000;\">Is never observed by the client (aside from inside an uncommon glitch) <\/span><br \/>\n<span style=\"color: #000000;\">Stores information, for example, client profiles, tweets, pages, and so forth\u2026 <\/span><br \/>\n<span style=\"color: #000000;\">Makes the page the client asked<\/span><\/p>\n<p><span style=\"color: #000000;\">With customer side code, dialects utilized include:<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">CSS <\/span><\/li>\n<li><span style=\"color: #000000;\">Javascript <\/span><\/li>\n<li><span style=\"color: #000000;\">HTML<\/span><\/li>\n<\/ul>\n<p><span style=\"color: #000000;\">These are then parsed by the client&#8217;s program. Besides, the customer side code can be seen and altered by the client. Also, it needs to impart just through HTTP asks for and can&#8217;t peruse records off of a server specifically. Moreover, it responds to client input.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"web-application-architecture-is-important-for-supporting-future-growth\"><\/span>Web Application Architecture is Important for Supporting Future Growth<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"color: #000000;\">The motivation behind why it is basic to have great web application architecture is on the grounds that it is the outline for supporting future development which may originate from expanded interest, future interoperability, and improved dependability prerequisites. Through question situated programming, the authoritative structure of web application architecture characterizes accurately how an application will work. A few highlights include:<\/span><\/p>\n<p><span style=\"color: #000000;\">Conveying industrious information through HTTP, which can be comprehended by customer side code and the other way around<\/span><\/p>\n<p><span style=\"color: #000000;\">Ensuring asks for containing substantial information <\/span><br \/>\n<span style=\"color: #000000;\">Offers confirmation for clients <\/span><br \/>\n<span style=\"color: #000000;\">Points of confinement what clients can see dependent on authorizations <\/span><br \/>\n<span style=\"color: #000000;\">Makes refreshes and erases records<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"kinds-of-web-application-architecture\"><\/span>Kinds of web application architecture<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"color: #000000;\">Despite the model, all web application segments dependably work all the while and make a vital web application. Contingent upon how the application rationale is circulated among the customer and server sides, there can be different kinds of web application architecture.<\/span><\/p>\n<h3><span class=\"ez-toc-section\" id=\"inheritance-html-web-application\"><\/span>Inheritance HTML web application<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span style=\"color: #000000;\">As per the specific first and fundamental web application architecture, a server, comprising of web page development rationale and business rationale connects with a customer by conveying a total HTML page. To see a refresh, the client needs to completely reload the page or, as such, to have the customer send a demand for an HTML page to the server and load its whole code indeed.<\/span><\/p>\n<h3><span class=\"ez-toc-section\" id=\"gadget-web-application\"><\/span>Gadget web application<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span style=\"color: #000000;\">In this compose, the web page development rationale is supplanted by web administrations, and each page on the customer has separate elements called gadgets. By sending AJAX questions to web administrations, gadgets can get pieces of information in HTML or JSON and show them without reloading the whole page.<\/span><\/p>\n<h3><span class=\"ez-toc-section\" id=\"single-page-web-application-architecture\"><\/span>Single-page web application architecture<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span style=\"color: #000000;\">This is the most present-day web application architecture, where you download a solitary page just once. On the customer side, this page has a JavaScript layer that can openly speak with web benefits on the server and, utilizing the information from web administrations, make ongoing updates to itself.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"end\"><\/span>End<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"color: #000000;\">Web application architecture composes and part models have been developing together with the web itself. While the inheritance structure and a fundamental segment show showed up in the seasons of Web 1.0, present-day web application architecture composes and adaptable segment models are more typical for Web 2.0 and 3.0 times.<\/span><\/p>\n<p><span style=\"color: #000000;\">The decision of a model and architecture can decide how responsive, powerful, secure and quick your web application will be. So before propelling the improvement venture, investigate your business needs and assess every single conceivable alternative.<\/span><\/p>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_61 ez-toc-wrap-left counter-hierarchy ez-toc-counter ez-toc-white ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#web-application-architecture-example\" title=\"Web Application Architecture Example\">Web Application Architecture Example<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#picture-by-means-of-wikipedia\" title=\"Picture by means of Wikipedia\">Picture by means of Wikipedia<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#web-application-architecture-is-important-for-supporting-future-growth\" title=\"Web Application Architecture is Important for Supporting Future Growth\">Web Application Architecture is Important for Supporting Future Growth<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#kinds-of-web-application-architecture\" title=\"Kinds of web application architecture\">Kinds of web application architecture<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#inheritance-html-web-application\" title=\"Inheritance HTML web application\">Inheritance HTML web application<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#gadget-web-application\" title=\"Gadget web application\">Gadget web application<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#single-page-web-application-architecture\" title=\"Single-page web application architecture\">Single-page web application architecture<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#end\" title=\"End\">End<\/a><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Web architecture determines how software logic is divided between a server and a client, as well as how these two components communicate with each other. Depending on the needs of your website or a web app, you choose the web architecture that would work best for it (you can turn to this article to learn [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":28377,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[894],"tags":[1059,820,1017,1053,858,801,954,889,1060,1061,1062,807,1063,951,994,1064,895],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Your perfect guide to Web Architecture - appening<\/title>\n<meta name=\"description\" content=\"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Your perfect guide to Web Architecture - appening\" \/>\n<meta property=\"og:description\" content=\"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"appening\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/appening.xyz\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-09T07:06:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-15T06:36:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/11\/Web-Architecture-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"516\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"salil\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:site\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"salil\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\"},\"author\":{\"name\":\"salil\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53\"},\"headline\":\"Your perfect guide to Web Architecture\",\"datePublished\":\"2018-11-09T07:06:03+00:00\",\"dateModified\":\"2024-01-15T06:36:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\"},\"wordCount\":731,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"keywords\":[\"C#\",\"coding\",\"CSS\",\"developer\",\"HTML\",\"Java\",\"JavaScript\",\"PHP\",\"Python\",\"Ruby on Rails\",\"software architecture\",\"Software development\",\"web app architecture\",\"web app development\",\"Web application\",\"web architecture\",\"Web Development\"],\"articleSection\":[\"Web App Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\",\"url\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\",\"name\":\"Your perfect guide to Web Architecture - appening\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/#website\"},\"datePublished\":\"2018-11-09T07:06:03+00:00\",\"dateModified\":\"2024-01-15T06:36:25+00:00\",\"description\":\"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.\",\"breadcrumb\":{\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/appening.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Your perfect guide to Web Architecture\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/appening.co\/blog\/#website\",\"url\":\"https:\/\/appening.co\/blog\/\",\"name\":\"Appening\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/appening.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/appening.co\/blog\/#organization\",\"name\":\"Appening\",\"url\":\"https:\/\/appening.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"contentUrl\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"width\":8002,\"height\":1794,\"caption\":\"Appening\"},\"image\":{\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/appening.xyz\/\",\"https:\/\/twitter.com\/appening_xyz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53\",\"name\":\"salil\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g\",\"caption\":\"salil\"},\"url\":\"https:\/\/appening.co\/blog\/author\/salil\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Your perfect guide to Web Architecture - appening","description":"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.","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:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Your perfect guide to Web Architecture - appening","og_description":"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.","og_url":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/","og_site_name":"appening","article_publisher":"https:\/\/www.facebook.com\/appening.xyz\/","article_published_time":"2018-11-09T07:06:03+00:00","article_modified_time":"2024-01-15T06:36:25+00:00","og_image":[{"width":770,"height":516,"url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/11\/Web-Architecture-1.jpg","type":"image\/jpeg"}],"author":"salil","twitter_card":"summary_large_image","twitter_creator":"@appening_xyz","twitter_site":"@appening_xyz","twitter_misc":{"Written by":"salil","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#article","isPartOf":{"@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/"},"author":{"name":"salil","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53"},"headline":"Your perfect guide to Web Architecture","datePublished":"2018-11-09T07:06:03+00:00","dateModified":"2024-01-15T06:36:25+00:00","mainEntityOfPage":{"@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/"},"wordCount":731,"commentCount":0,"publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"keywords":["C#","coding","CSS","developer","HTML","Java","JavaScript","PHP","Python","Ruby on Rails","software architecture","Software development","web app architecture","web app development","Web application","web architecture","Web Development"],"articleSection":["Web App Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/","url":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/","name":"Your perfect guide to Web Architecture - appening","isPartOf":{"@id":"https:\/\/appening.co\/blog\/#website"},"datePublished":"2018-11-09T07:06:03+00:00","dateModified":"2024-01-15T06:36:25+00:00","description":"You can turn to this article to learn more about web architecture and depending on the needs of your website or a web app, you choose the web architecture that would work best for it.","breadcrumb":{"@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/appening.co\/blog\/your-perfect-guide-to-web-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/appening.co\/blog\/"},{"@type":"ListItem","position":2,"name":"Your perfect guide to Web Architecture"}]},{"@type":"WebSite","@id":"https:\/\/appening.co\/blog\/#website","url":"https:\/\/appening.co\/blog\/","name":"Appening","description":"","publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/appening.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/appening.co\/blog\/#organization","name":"Appening","url":"https:\/\/appening.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","contentUrl":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","width":8002,"height":1794,"caption":"Appening"},"image":{"@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/appening.xyz\/","https:\/\/twitter.com\/appening_xyz"]},{"@type":"Person","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53","name":"salil","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g","caption":"salil"},"url":"https:\/\/appening.co\/blog\/author\/salil\/"}]}},"_links":{"self":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/9449"}],"collection":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/comments?post=9449"}],"version-history":[{"count":1,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/9449\/revisions"}],"predecessor-version":[{"id":28378,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/9449\/revisions\/28378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media\/28377"}],"wp:attachment":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media?parent=9449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/categories?post=9449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/tags?post=9449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}