- Spec repository: https://github.com/w3c/ldn/
- Latest Published: https://www.w3.org/TR/ldn/
- Editor's Draft: https://linkedresearch.org/ldn/
The test suite can also be used at https://linkedresearch.org/ldn/tests/
Stay tuned.. or if you are a legendary Web developer, dive into:
$ git clone https://github.com/csarven/ldn-tests tests
$ cd tests
$ npm install
$ node index.js
or use the Docker container:
$ docker run -it -p 3000:3000 csarven/ldn-tests
That will start a (maytkso) server on http://localhost:3000/ by default. That will be the landing page pointing at sender, receiver, and consumer tests.
Reports will go into http://localhost:3000/reports/ and summary of all reports are accessible from http://localhost:3000/summary
See mayktso for more details on the config . If you want to use your own config, copy the default and update:
cp node_modules/mayktso/config.json.default config.json
Requests to http://localhost:3000/ , http://localhost:3000/inbox/ should work and http://localhost:3000/inbox/abcdef after a POST.