Explore Flowdrive glossary entries related to Web Development.
CORS is a security mechanism that allows a web page from one domain to request resources (like APIs) from a different domain, which is normally prohibited by web browsers' same-origin policy.
Client-Side Rendering (CSR) is a web application technique where content is generated in the user's browser using JavaScript, rather than on the server.
JSON is a lightweight, text-based, language-independent data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
A static site is a website that consists of fixed content, delivered to the user exactly as it's stored, without real-time processing or database queries.
A web application is a software program that runs on a web server and is accessed through a web browser, allowing users to interact with it over the internet.