@arso-project/sonar-server
v0.3.0-alpha.7
Published
A HTTP server with a REST style API for Sonar.
Downloads
27
Readme
Sonar-server
A HTTP server with a REST style API for Sonar.
Usage
node bin.js start
starts the server. If installed globally, this is the same as sonar server start
. The server listens on port 9191 by default, and only on localhost (not exposed publicly).
The server is only intended to be run on localhost, and not for being reachable over public networks. There's no authentication built in yet. We'll add token based authentication soon.
HTTP API documentation
Open http://localhost:9191/api-docs or browse the swagger file.
HTTP API docs are generated by swagger. Use npm run build:swagger
to convert the swagger.yaml
to JSON and commit both the yaml and the json.