-
-
voltdb-client-nodejs
... examples/voter/voter
node ./app.js
```
3\. Open a browser and connect to localhost:3000 and watch the ... on each error code.
**Example 1: Using status codes**
```
client.callProcedure(query, displayResults(errorCode, eventCode, results) {
if(errorCode ...
-
Haxe-NodeJS-Remoting-Demo
... example of Haxe Remoting working between NodeJS Server and JS Browser client.
Building / Running
------------------
You will need the NodeJS " ... out/node.js
Then visit http://localhost:8000/ in your browser, and open the console/firebug.
What this shows
...
-
browser-require
Implementation of CommonJS require() function for use in client-side environments where synchronous loading is appropriate (e.g. browser extension).
In browser extensions and other environments where scripts are known to ...
-
chef-client-mobile
... 3 steps, you'll have chef-client-mobile up and running in your browser from scratch.
Developing
==========
## 1 ... Tests
=============
## Generate specs
> make specs
## Run specs (in the browser)
If the server isn't running...
> script/server ...
-
ua-parser-js
... , ~6KB gzipped) that can be used either in browser (client-side) or node.js (server-side).
* Author ... instance:
// var result = UAParser(uastring1);
console.log(result.browser); // {name: "Chromium", version: "15.0.874.106"}
console ...
-
ssi-java-client
This is the Java client library and sample code for the Social Sign-In (SSI) service, by Sumilux
This is test ... /webapp/index.jsp", replace "localhost.sumilux.com" with whatever host name your browser can reach the server at.
3. Run the "ssi-sdk-sample" ...
-
ssi-php-client
... and Samples
This is the Sumilux Social Sign-In (SSI) PHP client and samples project, the files
and their purposes are:
README:
This file
index.php
The main sample file, point your browser to this file to see the sample
in action.
sample_sign_in. ...
-
eventsource
... # Node.js client
open http://localhost:8080 # Browser client - both native and polyfill
curl http://localhost:8080/sse # Enjoy the simplicity of SSE
## Browser Polyfill
Just add `example/eventsource-polyfill.js` file to your ...
-
heat_diffusion
... heat diffusion solving algorithms. Simulation is controllable via a browser client with realtime WebSocket visualization.
# 3D Heat Diffusion ... to communicate with a command and visualization client running in a browser. The server accepts input in the ...
-