Glossary and Resources

Glossary of Terms

Learn about common terms and concepts used in Wayvo.


Glossary of Terms

This glossary provides definitions for common terms and concepts used in Wayvo to help you better understand the platform and its features.

A

API (Application Programming Interface)

  • A set of rules and protocols for building and interacting with software applications. Wayvo provides APIs to interact with its features programmatically.

API Key

  • A unique identifier used to authenticate requests to an API. In Wayvo, API keys are used for secure access to the Wayvo API.

B

Back-end

  • The server-side part of an application responsible for managing data, business logic, and server-side operations. Wayvo provides back-end capabilities to handle these aspects of your applications.

Binding

  • The process of linking UI components to data sources, enabling dynamic data display and interaction in Wayvo applications.

C

Cloud Hosting

  • Deploying applications on cloud platforms like AWS, Azure, or Google Cloud to take advantage of scalability, reliability, and ease of management.

Component

  • A reusable building block in Wayvo that can be dragged and dropped onto the canvas to create the application's user interface.

D

Data Source

  • A source of data that Wayvo applications can connect to, such as databases, REST APIs, or external services.

Deployment

  • The process of making an application available for use, either on cloud platforms, on-premises servers, or containerized environments.

E

Endpoint

  • A specific URL at which an API can be accessed. Endpoints in the Wayvo API correspond to various resources and actions.

Environment Variables

  • Variables used to configure settings in different deployment environments (e.g., development, staging, production). They store sensitive information like API keys and database credentials securely.

F

Frontend

  • The client-side part of an application responsible for the user interface and user experience. Wayvo allows you to design the frontend using a visual drag-and-drop interface.

I

Integration

  • The process of connecting Wayvo applications with external services and APIs to extend functionality and automate processes.

Interactive Components

  • UI components in Wayvo that allow user interaction, such as forms, buttons, and sliders.

P

Pre-built Templates

  • Ready-made templates provided by Wayvo to help users quickly start building applications. These templates can be customized to fit specific requirements.

R

REST API

  • An API that conforms to REST (Representational State Transfer) principles, using standard HTTP methods for CRUD (Create, Read, Update, Delete) operations.

Role-Based Access Control (RBAC)

  • A method of managing user permissions based on their roles within an organization. Wayvo supports RBAC to ensure secure and appropriate access to application features and data.

S

Scripting

  • Writing custom code in languages like TypeScript and Python to extend the functionality of Wayvo applications.

SQL Database

  • A relational database that uses Structured Query Language (SQL) for managing and querying data. Wayvo supports integration with SQL databases like MySQL and PostgreSQL.

T

Template

  • A predefined structure for an application or component that can be used as a starting point. Wayvo offers templates for various use cases.

Token

  • A string of characters used in authentication to verify the identity of a user or application. In Wayvo, tokens are used in API requests for secure access.

U

User Roles

  • Defined roles in Wayvo that determine the permissions and access levels of users. Roles help manage what different users can see and do within an application.

W

WebSocket

  • A protocol that provides full-duplex communication channels over a single TCP connection. Wayvo can use WebSockets for real-time data updates.

Tip!

Use this glossary to familiarize yourself with key terms and concepts in Wayvo. Understanding these terms will help you navigate the platform more effectively.


Next Steps

With this glossary, you can better understand the terminology used in Wayvo. Explore our guides on Getting Started and Building Applications for more detailed information on using the platform.

For additional support, visit our Community and Support section.

Previous
Frequently Asked Questions