0.3.0-alpha.7 • Published 4 years ago

@arso-project/sonar-server v0.3.0-alpha.7

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
4 years ago

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.