Historical interest only: Implementation of Marketplace/Network Calculus in Javascript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Tony Garnock-Jones 382391b518
Update build products
9 years ago
dist Update build products 9 years ago
examples Make boot() return (optional) initialGestalts instead of having a separate argument to spawn(). Fixes failing test case for initial actor route signalling. 9 years ago
src Make boot() return (optional) initialGestalts instead of having a separate argument to spawn(). Fixes failing test case for initial actor route signalling. 9 years ago
test Make boot() return (optional) initialGestalts instead of having a separate argument to spawn(). Fixes failing test case for initial actor route signalling. 9 years ago
third-party Rearrange files, splitting the library from the example(s). 9 years ago
.gitignore Some modularity; general cleanup of codebase 9 years ago
Makefile Split veryclean out from clean to avoid foolish mistakes 9 years ago
README.md Some modularity; general cleanup of codebase 9 years ago
TODO TODO from Nov 3 2013 9 years ago
_config.yml Index page 9 years ago
index.md Index page 9 years ago
package.json Rename tr.js to test-route.js and make it a proper mocha/expect.js suite 9 years ago

README.md

JS-Marketplace: a Network Calculus Implementation

Currently just a prototype.

Some of the examples are standalone (e.g. the textfield example); some require a Racket server (e.g. the chat example).

To install the Racket server:

  • download a recent Racket (e.g. 5.93)
  • when Racket is installed, install the rfc6455 and minimart packages:
    • raco pkg install rfc6455
    • raco pkg install minimart

To run the Racket server:

racket -l minimart/examples/broker

The Racket server listens for tunnelled Network Calculus events via websocket on ports 8000 (HTTP) and 8443 (HTTPS, if you have a certificate available).

Note that if you don't have a certificate available, then you will see complaints from the Racket server as it starts. These end up just being warnings, despite the severity of their appearance; the server should function normally on port 8000.