-
-
barrister-js
... (client and server) or a web browser (client only)
* For an overview of Barrister RPC, visit: http://barrister.bitmechanic ... barrister.bitmechanic.com/api/js/latest/barrister.node.html)
* [Browser](http://barrister.bitmechanic.com/api/js/latest/barrister. ...
-
a2
... server = express();
app.configure(function () {
app.use(server.static); // browser client
app.use(server.router); // authorize and login ... secure, function(req, res, next) {
console.log(req.a2.client.id,"requested /me for user", req.a2.user. ...
-
Story-Browser
A Storify.com client for iPhone. This app is not on the AppStore since November 2011 when the API changed drastically.
-
XDebug-DBGp-client-for-PHP
... between a debug server (the debugger engine) and a debug client (the user interface with the opened source files and breakpoint ... > - stop debugging to end the debugging session). The web browser will keep loading the page (will show the loading indicator) ...
-
Simplog
... .io').listen(server),
s = require('Simplog');
Configure Express
-----------------
Configure express to serve simplog browser client assets:
app.configure(function() {
app.use(express.static(__dirname + '/node_modules/Simplog/public ...
-
browser-stream
... and I'll
add you as owner.
## install
```
npm install browser-stream
```
## example
### client
``` js
var bs = require(' ... ://github.com/LearnBoost/socket.io
var _bs = require('browser-stream')
io.sockets.on('connection', function (sock) {
var ...
-
copycopter-client-app
... and development.log. Rails will automatically display
debugging and runtime information to these files. Debugging info will also be
shown in the browser on requests from 127.0.0.1.
You can also log your own messages directly into the log file from your ...
-
node-soda-sync
... createClient({
host: "localhost",
port: 4444,
url: "http://www.google.com",
browser: "firefox"
}),
browser = client.browser,
sync = client.sync;
```
## Selenium server
Download the Selenium server [here](http://seleniumhq.org ...
-
hal-browser
... html].
== Customizing the POST form
By default, the HAL Browser can't assume there is any metadata. When ... .modal('hide');
},
render: function (opts) {
var headers = HAL.client.getHeaders();
var headersString = '';
_.each(headers, function (value ...
-
ares-project
... is made to allow extensions, both in its UI (browser client) & its server.
### Project sources
The service **genZip** ... invoke `ServiceRegistry.instance.pluginReady();` to notify Ares that the client side code is ready.
See the function 'pluginReady' ...
-