# DARE - Adobe AIR Development Web Server

> Markdown version of https://brajeshwar.com/2008/dare/ — 2008-04-09

Amongst all the Adobe Media Player and Adobe TV articles that swamped my RSS Feed Reader today, there was a lone but very interesting article from Ted Patrick - <a href="http://www.onflex.org/DARE/">DARE</a>.

DARE will simplify AIR Application development for XHTML/JS/CSS Developers. They can easily develop AIR Apps pretty much like developing a HTML App -- no compilation -- just develop, "refresh" and you got your AIR App.

Why DARE?

Ted's argument is simple, crisp and clear;

> There are tons of HTML/JS/AJAX developers that never use the command line. DARE lowers the barrier to development with Adobe AIR by making development identical to writing HTML/JS/AJAX applications. Simply edit the file system and press refresh in the browser. It is that easy.

What is DARE?

DARE is a local http server that makes it easy to create, test, and package AIR applications. It allows you to develop and test using your HTML/JS tools of choice and just a web browser. You can even use the "Refresh" button to test and package your application.

Download <a href="http://www.onflex.org/DARE/">DARE</a> (Mac).
You'll need <a href="http://www.adobe.com/go/air/">Adobe AIR</a> SDK.

You may keep a tap on <a href="http://www.onflex.org/ted/">Ted's blog</a> for future upgrades and the Windows Version.
