0% found this document useful (0 votes)
45 views9 pages

Aula 3 - Programação Web - Back-End

This document discusses the architecture of web applications, specifically focusing on views which can return HTML, JavaScript, CSS, media files, XML, and JSON. It also defines HTML as a markup language for web pages, XML as a markup language that defines a set of rules for encoding documents, and JSON as a lightweight data-interchange format used to store and transmit data objects. Finally, it provides an example of a fake API at reqres.in that can be used for testing and prototyping.

Uploaded by

Aureliano Duarte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views9 pages

Aula 3 - Programação Web - Back-End

This document discusses the architecture of web applications, specifically focusing on views which can return HTML, JavaScript, CSS, media files, XML, and JSON. It also defines HTML as a markup language for web pages, XML as a markup language that defines a set of rules for encoding documents, and JSON as a lightweight data-interchange format used to store and transmit data objects. Finally, it provides an example of a fake API at reqres.in that can be used for testing and prototyping.

Uploaded by

Aureliano Duarte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Programação Web

Back-End
Prof. MSc. Lucas Schmidt
Apresentação da arquitetura de aplicação
View

● Podemos retornar alguns recursos


○ HTML
○ Javascript
○ CSS
○ Mídia ( imagens, videos, textos, docs)
○ XML
○ JSON
HTML

● HyperText Markup Language


○ https://www.w3.org/html/
XML

● Extensible Markup Language


○ https://www.w3.org/XML/
JSON

● JavaScript Object Notation


○ https://www.json.org/json-pt.html
○ https://restfulapi.net/introduction-to-json/
API

● API Fake
○ https://reqres.in

You might also like