Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 820 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 820 Bytes

üWave Server Hub

A web app indexing available public üWave servers.

Live Site - Adding Your Server - License

Screenshot

Adding Your Server

If you are using the üWave Core executables or Dockerfiles, announcing is available by default.

If you are writing your own JS file to run the server, you have to manually add the u-wave-announce plugin:

import uwave from 'u-wave-core';
import announce from 'u-wave-announce';

const uw = uwave({ /* Options. */ });

uw.use(announce);

The announce plugin must be configured in the admin panel. Type /admin in chat in the web client, click "Server Configuration", and open the "Announce" section.

License

MIT