Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Flotype/now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridatta Thatipamala authored and Sridatta Thatipamala committed Apr 5, 2011
2 parents 8357a31 + e7eef1f commit abdc45d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@ After installing node, you'll need to grab [npm](http://npmjs.org/) (a node.js p

Understanding How It Works
--------------------------
<<<<<<< HEAD
NowJS creates a dropbox object called `now` which is automatically synchronized between a client (typically a browser) and a server. Client and server both share a copy of the same `now`, updated live. The server also gets a special `everyone.now` object that provides a bird's eye view and provides access to all clients simultaneously. `now` and `everyone.now` are both regular JavaScript objects, so they can host any reasonable number of child objects, including functions.

NowJS is vital for simplifying communications that would otherwise require messy AJAX or socket requests. After connecting to a server, a client can access the `now` object at will and use it to store or retrieve data, or invoke server functions (and vice versa).

The simplicity and efficiency of NowJS makes it ideal for all types of web applications including social networking, games, news, search, and even banking.
=======
NowJS creates a dropbox object called `now` which is automatically synchronized between a client (typically a browser) and a server. Client and server both share a copy of the same `now`, updated live. The server also gets a special `everyone.now` object which provides a bird's eye view and provides access to all clients simultaneously. `now` and `everyone.now` are both regular JavaScript objects, so they can host any reasonable number of child objects, including functions.

NowJS is vital for simplifying communications that would otherwise require messy AJAX or socket requests. After connecting to a server, a client can access the `now` object at will and use it to store or retrieve data, or invoke server functions (and vice versa).

The simplicity and efficiency of NowJS makes it ideal for all types of client/server web application including social networking, games, news, search, and even banking.
>>>>>>> 4e9b5bd32c6cc1e76ff6d8d926abb76ade457b10

A Simple Chat Client
--------------------
Expand Down

0 comments on commit abdc45d

Please sign in to comment.