Skip to content

Latest commit

 

History

History
 
 

webd

elektra-web/webd

The instance management server for elektra-web, built using express. It accesses the API of multiple elektrad instances and provides an API to manage instances.

Installation

Running

npm start

to run in verbose mode (full logs):

npm run start:verbose

to run in development mode (full logs & running from source):

npm run start:dev

Client

By default, webd serves its API and the elektra-web client on http://localhost:33334

If you want to use the webd in combination with the client in development mode, start the client via npm run start:dev, it will also start webd.

API