Download as pdf or txt
Download as pdf or txt
You are on page 1of 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