📚 Glossary

Results are retrieved from a cloud document store via an HTTP request to a serverless cloud function.

  • cloud document store - A cloud document store is a type of NoSQL database that stores data in a flexible, document-oriented format, allowing for easy scalability and accessibility over the internet.
  • HTTP - HTTP (Hypertext Transfer Protocol) is the foundation of data communication on the World Wide Web, enabling the transfer of resources between clients and servers.
  • meta-framework - A meta-framework is a higher-level framework built on top of existing frameworks to provide additional features and abstractions.  [Learn more]
  • semantic HTML - Semantic HTML refers to the use of HTML elements that convey meaning and structure, improving accessibility and SEO.
  • server-side rendering (SSR) - Server-side rendering (SSR) is the process of generating HTML content on the server and sending it to the client, improving performance and SEO.
  • serverless cloud function - A serverless cloud function is a lightweight, event-driven piece of code that runs in a cloud environment without the need to manage server infrastructure.