Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leshy committed Feb 25, 2012
1 parent ef99281 commit ba93b3f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
@@ -1,5 +1,17 @@
framework for everything 4
==========================

lately, whatever I work on, I keep making parts of the same program, this is an attempt to write it fully and win at programming.

communication framework in js (browser or node), 4th iteration
its a graph structure of parsers of abstract messages. yes, this sounds like actors and I should read up on them.

to be distributed it supports different transport protocols, things like retransmitions, automatic fallback for transport protocols, pattern matching, requrest/response middleware, and things like that.

things implemented on top of this are:

automatic backbone model syncing,
http apis,
a thing that locks my screen when laptop lid is closed
or a thing that downloads torrents by looking at rss stream and lets me know about it over jabber

lalala

0 comments on commit ba93b3f

Please sign in to comment.