{"id":2809,"date":"2019-07-04T01:00:38","date_gmt":"2019-07-04T01:00:38","guid":{"rendered":"https:\/\/www.canspace.ca\/blog\/?p=2809"},"modified":"2020-01-15T23:32:14","modified_gmt":"2020-01-16T04:32:14","slug":"canspace-now-supports-node-js","status":"publish","type":"post","link":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/","title":{"rendered":"CanSpace Now Supports Node.js!"},"content":{"rendered":"<p>Do you know about Node.js? According to the <a href=\"https:\/\/nodejs.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Node.js homepage<\/a>, Node \u201cuses an event-driven, non-blocking I\/O model.\u201d What does that actually mean? Node is a server environment that\u2019s particularly good at handling asynchronous JavaScript code and performing asynchronous activities such as reading and writing to the file system, handling connections to database servers, or handling requests as a web server. Because it does not use threads and does not block processes, Node.js provides efficient resource management.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2810\" src=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-now-supports-nodejs-35.png\" alt=\"\" width=\"1024\" height=\"512\" srcset=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-now-supports-nodejs-35.png 1024w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-now-supports-nodejs-35-300x150.png 300w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-now-supports-nodejs-35-768x384.png 768w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-now-supports-nodejs-35-740x370.png 740w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>You can now install and run Node.js applications on your CanSpace server! Now that Node.js is officially supported in cPanel v80, you can register Node.js applications in cPanel\u2019s Application Manager interface (cPanel&gt;&gt;Home&gt;&gt;Software&gt;&gt;Application Manager). More info can be found on <a href=\"https:\/\/documentation.cpanel.net\/display\/CKB\/How+to+Install+a+Node.js+Application\" target=\"_blank\" rel=\"noopener noreferrer\">cPanel\u2019s website<\/a>.<\/p>\n<p>If you\u2019re not a programmer yourself, you may be wondering exactly what Node.js does.<\/p>\n<h2>Here is how PHP or ASP handles a file request:<\/h2>\n<ol>\n<li style=\"font-weight: 300;\">Sends the task to the computer&#8217;s file system.<\/li>\n<li style=\"font-weight: 300;\">Waits while the file system opens and reads the file.<\/li>\n<li style=\"font-weight: 300;\">Returns the content to the client.<\/li>\n<li style=\"font-weight: 300;\">Ready to handle the next request.<\/li>\n<\/ol>\n<h2>Here is how Node.js handles a file request:<\/h2>\n<ol>\n<li style=\"font-weight: 300;\">Sends the task to the computer&#8217;s file system.<\/li>\n<li style=\"font-weight: 300;\">Ready to handle the next request.<\/li>\n<li style=\"font-weight: 300;\">When the file system has opened and read the file, the server returns the content to the client.<\/li>\n<\/ol>\n<p>In short, Node.js eliminates waiting for the file to load and instead moves on to the next request, making loading time much more efficient.<\/p>\n<h2>What Can Node.js Do?<\/h2>\n<ul>\n<li style=\"font-weight: 300;\">Node.js can generate dynamic page content<\/li>\n<li style=\"font-weight: 300;\">Node.js can create, open, read, write, delete, and close files on the server<\/li>\n<li style=\"font-weight: 300;\">Node.js can collect form data<\/li>\n<li style=\"font-weight: 300;\">Node.js can add, delete, modify data in your database<\/li>\n<\/ul>\n<p>Node.js enables developers to write event handlers that get called when certain Node events happen on their server.<\/p>\n<p>The <a href=\"https:\/\/foundation.nodejs.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Node.js Foundation<\/a> provides a good (but not comprehensive) list of <a href=\"https:\/\/foundation.nodejs.org\/resources\/app-showcase\" target=\"_blank\" rel=\"noopener noreferrer\">Node.js applications<\/a>.<\/p>\n<p>Have a question about installing Node.js applications on your CanSpace server via cPanel? We\u2019re here to help! <a href=\"https:\/\/www.canspace.ca\/contact.html\" target=\"_blank\" rel=\"noopener noreferrer\">Get in touch with us<\/a> today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Do you know about Node.js? According to the Node.js homepage, Node \u201cuses an event-driven, non-blocking I\/O model.\u201d What does that actually mean? Node is a server environment that\u2019s particularly good at handling asynchronous JavaScript code and performing asynchronous activities such as reading and writing to the file system, handling connections to database servers, or handling [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2817,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"client_name":"","client_title":"","client_company_name":"","client_url":"","client_quote":"","footnotes":""},"categories":[135,138],"tags":[],"class_list":["post-2809","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting-servers","category-news"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider<\/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:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"og:description\" content=\"Do you know about Node.js? According to the Node.js homepage, Node \u201cuses an event-driven, non-blocking I\/O model.\u201d What does that actually mean? Node is a server environment that\u2019s particularly good at handling asynchronous JavaScript code and performing asynchronous activities such as reading and writing to the file system, handling connections to database servers, or handling [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/\" \/>\n<meta property=\"og:site_name\" content=\"Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/canspace.ca\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-04T01:00:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-16T04:32:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1880\" \/>\n\t<meta property=\"og:image:height\" content=\"1255\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"CanSpace Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@canspace_ca\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CanSpace Team\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/\"},\"author\":{\"name\":\"CanSpace Team\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\"},\"headline\":\"CanSpace Now Supports Node.js!\",\"datePublished\":\"2019-07-04T01:00:38+00:00\",\"dateModified\":\"2020-01-16T04:32:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/\"},\"wordCount\":366,\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/canspace-featured-image-35-2.jpg\",\"articleSection\":[\"Hosting and Servers\",\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/\",\"name\":\"CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/canspace-featured-image-35-2.jpg\",\"datePublished\":\"2019-07-04T01:00:38+00:00\",\"dateModified\":\"2020-01-16T04:32:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/canspace-featured-image-35-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/canspace-featured-image-35-2.jpg\",\"width\":1880,\"height\":1255},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/canspace-now-supports-node-js\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CanSpace Now Supports Node.js!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"name\":\"Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"description\":\"Canada&#039;s Leading Domain Registrar and Web Hosting Provider\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\",\"name\":\"CanSpace Solutions\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"width\":2200,\"height\":709,\"caption\":\"CanSpace Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\",\"name\":\"CanSpace Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"caption\":\"CanSpace Team\"},\"description\":\"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.\",\"sameAs\":[\"https:\\\/\\\/www.canspace.ca\",\"https:\\\/\\\/www.facebook.com\\\/canspace.ca\",\"https:\\\/\\\/ca.linkedin.com\\\/company\\\/canspace\",\"https:\\\/\\\/x.com\\\/canspace_ca\"],\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider","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:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/","og_locale":"en_US","og_type":"article","og_title":"CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider","og_description":"Do you know about Node.js? According to the Node.js homepage, Node \u201cuses an event-driven, non-blocking I\/O model.\u201d What does that actually mean? Node is a server environment that\u2019s particularly good at handling asynchronous JavaScript code and performing asynchronous activities such as reading and writing to the file system, handling connections to database servers, or handling [&hellip;]","og_url":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/","og_site_name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","article_author":"https:\/\/www.facebook.com\/canspace.ca","article_published_time":"2019-07-04T01:00:38+00:00","article_modified_time":"2020-01-16T04:32:14+00:00","og_image":[{"width":1880,"height":1255,"url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg","type":"image\/jpeg"}],"author":"CanSpace Team","twitter_card":"summary_large_image","twitter_creator":"@canspace_ca","twitter_misc":{"Written by":"CanSpace Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#article","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/"},"author":{"name":"CanSpace Team","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb"},"headline":"CanSpace Now Supports Node.js!","datePublished":"2019-07-04T01:00:38+00:00","dateModified":"2020-01-16T04:32:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/"},"wordCount":366,"publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg","articleSection":["Hosting and Servers","News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/","url":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/","name":"CanSpace Now Supports Node.js! - Canada&#039;s Leading Web Hosting and Domain Name Provider","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#primaryimage"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg","datePublished":"2019-07-04T01:00:38+00:00","dateModified":"2020-01-16T04:32:14+00:00","breadcrumb":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#primaryimage","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2019\/07\/canspace-featured-image-35-2.jpg","width":1880,"height":1255},{"@type":"BreadcrumbList","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/canspace-now-supports-node-js\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.canspace.ca\/blog\/"},{"@type":"ListItem","position":2,"name":"CanSpace Now Supports Node.js!"}]},{"@type":"WebSite","@id":"https:\/\/www.canspace.ca\/blog\/#website","url":"https:\/\/www.canspace.ca\/blog\/","name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","description":"Canada&#039;s Leading Domain Registrar and Web Hosting Provider","publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.canspace.ca\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.canspace.ca\/blog\/#organization","name":"CanSpace Solutions","url":"https:\/\/www.canspace.ca\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","width":2200,"height":709,"caption":"CanSpace Solutions"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb","name":"CanSpace Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","caption":"CanSpace Team"},"description":"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.","sameAs":["https:\/\/www.canspace.ca","https:\/\/www.facebook.com\/canspace.ca","https:\/\/ca.linkedin.com\/company\/canspace","https:\/\/x.com\/canspace_ca"],"url":"https:\/\/www.canspace.ca\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/2809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/comments?post=2809"}],"version-history":[{"count":3,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/2809\/revisions"}],"predecessor-version":[{"id":3060,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/2809\/revisions\/3060"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media\/2817"}],"wp:attachment":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media?parent=2809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/categories?post=2809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/tags?post=2809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}