michael@0: Test server for SPDY unit tests. To run it, you need node >= 0.7.0 (not provided) michael@0: and node-spdy (provided). Just run michael@0: michael@0: node /path/to/moz-spdy.js michael@0: michael@0: And you will get a SPDY server listening on port 4443, then you can run the michael@0: xpcshell unit tests in netwerk/test/unit/test_spdy.js michael@0: michael@0: *** A NOTE ON TLS CERTIFICATES *** michael@0: michael@0: The certificates used for this test (*.pem in this directory) are the ones michael@0: provided as examples by node-spdy, and are copied directly from keys/ under michael@0: its top-level source directory (slightly renamed to match the option names michael@0: in the options dictionary passed to spdy.createServer).