Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 27, 2010
1 parent 9739778 commit 5eac737
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.markdown
Expand Up @@ -5,6 +5,9 @@
* Simplify the client/main page worker setup API * Simplify the client/main page worker setup API
* Wrap Worker constructor and functions in syntax that jQuery developers are familiar with * Wrap Worker constructor and functions in syntax that jQuery developers are familiar with
* Normalize cross-implementation inconsistencies; message serialization/deserialization * Normalize cross-implementation inconsistencies; message serialization/deserialization
* Worker-to-Worker Direct Messaging
* Worker memoization



### [jQuery.Hive.js API](http://dev.pollenjs.com/hive/jquery.hive.php) ### [jQuery.Hive.js API](http://dev.pollenjs.com/hive/jquery.hive.php)


Expand All @@ -13,9 +16,9 @@
* Provides a light weight, reusable library for: * Provides a light weight, reusable library for:
* AJAX, Worker-to-Worker Direct Messaging, Worker memoization * AJAX, Worker-to-Worker Direct Messaging, Worker memoization
* Object, Array and String Manipulation * Object, Array and String Manipulation
* Query JSON with JSONPath * Query JSON objects with JSONPath
* Variable evaluation and logic control flow utilities * Variable evaluation and logic control flow utilities
* A syntax that jQuery developers will understand * Syntax that jQuery developers will recognize and understand


### [jQuery.Hive.Pollen.js API](http://dev.pollenjs.com/hive/jquery.hive.pollen.php) ### [jQuery.Hive.Pollen.js API](http://dev.pollenjs.com/hive/jquery.hive.pollen.php)


Expand Down

0 comments on commit 5eac737

Please sign in to comment.