Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
wrap.js Wrap provides the proxy object that is exposed to the server.
 
NowUtil: an assorted collection of general-purpose functions used in NowJS.
Method Summary
Method Attributes Method Name and Description
 
generateClientLibs(hostServer, hostPort, callback)
 
handleResponse(request, response)
 
Now()
 
ScopeTable(data)
 
serveFile(filename, request, response, options)
Field Detail
Proxy
wrap.js Wrap provides the proxy object that is exposed to the server. Changes/additions to the object's properties and nested objects trigger the store function to be called.
Defined in: proxy.js.

util
NowUtil: an assorted collection of general-purpose functions used in NowJS.
Defined in: nowUtil.js.
Method Detail
generateClientLibs(hostServer, hostPort, callback)

Defined in: fileServer.js.
Parameters:
hostServer
hostPort
callback

handleResponse(request, response)

Defined in: fileServer.js.
Parameters:
request
response

Now()

Defined in: now.js.

ScopeTable(data)

Defined in: scopeTable.js.
Parameters:
data

serveFile(filename, request, response, options)

Defined in: fileServer.js.
Parameters:
filename
request
response
options

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 03 2012 15:53:12 GMT-0800 (PST)