This is a simple HTTP server to serve up a Noise index.
npm install
node index.js <path-to-noise-index>
Now you can query it with e.g.
curl -X POST http://localhost:3000/query -d 'find {}'
This project is Licensed under the MIT License.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple HTTP server to serve up a Noise index.
npm install
node index.js <path-to-noise-index>
Now you can query it with e.g.
curl -X POST http://localhost:3000/query -d 'find {}'
This project is Licensed under the MIT License.