Categories
Posts

The Loosely Coupled Web

There are so many terms floating around for the “the web”. One that has been overly abused is “web 2.0”. Someone mentioned “web 2.0” during a conversation the other day and it reminded me that I had never written about my favorite alternative “web” term: “the loosely coupled web”. I’ve been tempted by “the open web”, but the term open has been smashed beyond recognition.

What do I mean by loosely coupled? It means I can start a new site that provides specific services, and people can easily build off it without my intervention. A great general example of this is the core of the web itself: HTTP. When you put up a new site browsers just work with it, right out of the box.

Another example is WordPress and the XML-RPC APIs. If you want to write a new blog client that works with WordPress you don’t need to create an account any where or sign up for anything extra. You make use of the common APIs that WordPress provides and go to town. RSS and Atom feeds fall into the same category.

I think it is also possible to be loosely coupled in a more specific scope. For example some of Facebook’s Graph API I’d consider loosely coupled. You need to know a little bit about it to understand how to make requests and how to read the responses, but that’s it. And I like the low barrier that loosely coupled implies. As you get deeper there are additional requirements, but at least to get started there is very little friction.

I’m no where near the first to use this term ( a quick Google search turns up plenty of hits ), but I don’t think it has received as much respect as it deserves.

Leave a Reply

Your email address will not be published. Required fields are marked *