schema.org.ai

heroku

Platform as a service for deploying and scaling web applications.

Extends: Technology

Heroku

Platform as a service for deploying and scaling web applications.

Overview

Category: Infrastructure software

Platform as a service for deploying and scaling web applications.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Heroku',
  category: 'Infrastructure software',
  description: 'Platform as a service for deploying and scaling web applications.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Heroku",
  "applicationCategory": "Infrastructure software",
  "description": "Platform as a service for deploying and scaling web applications."
}