Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
indicate end of development. closes #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Dec 4, 2013
1 parent 43855c0 commit 835e06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
(fab) - a streaming javascript framework (fab) - a streaming javascript framework
======================================== ========================================


NOTE: (fab) is no longer under development.

(fab) is a lightweight toolkit that makes it easy to build asynchronous web apps. It takes advantage of the flexibility and functional nature of javascript to create a concise "DSL", without pre-compilation or magic scope hackery. (fab) is a lightweight toolkit that makes it easy to build asynchronous web apps. It takes advantage of the flexibility and functional nature of javascript to create a concise "DSL", without pre-compilation or magic scope hackery.


Here's an example of a "hello world" app: Here's an example of a "hello world" app:
Expand Down Expand Up @@ -41,5 +43,3 @@ Then, from the (fab) directory in your node folder, launch the `demo.js` example
fab demo.js fab demo.js


Look in the source of the demo to see how the app was built. Look in the source of the demo to see how the app was built.

Unfortunately, most of the current (fab) documentation reflects an older and deprecated API. This will be remedied shortly now that the (fab) API has started to gel. To stay updated on the progress of (fab), follow [@fabjs](http://twitter.com/fabjs) on Twitter.

0 comments on commit 835e06f

Please sign in to comment.