VueJS front end to display Jamulus servers and participants, available at https://explorer.jamulus.io
It was originally available at http://jamulus.softins.co.uk, but is no longer at that address.
Uses servers.php
from jamulus-php
as a back-end to fetch the information from the servers.
Accepts the following query params:
directory=<directoryserver>
- query specified server onlycentral=<directoryserver>
- same, for backward compatibilityauto
- enable auto-refresh (every 15 seconds)hideempty
- hide empty servers, i.e. only show servers with musicians connected.
For example: https://explorer.jamulus.io/?directory=worldjam.vip&auto
Note that this project now uses VueJS 3, with Vite as the build tool. Vite requires nodejs version 18+ on the dev system.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint