this post was submitted on 26 Oct 2024
1 points (100.0% liked)

Web Development

3537 readers
15 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

It seems inefficient and unnecessary to make an HTTP request for each file received from the server in the case of browsers and HTML/CSS. Wouldn't it be possible to bundle all of the files a client needs in one request? Are there already standard ways to do this beyond personally implementing it with something like JSON?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here