https://github.com/u-wave/hub
üWave server hub. https://hub.u-wave.net
https://github.com/u-wave/hub
indexer list nextjs react u-wave
Last synced: about 1 month ago
JSON representation
üWave server hub. https://hub.u-wave.net
- Host: GitHub
- URL: https://github.com/u-wave/hub
- Owner: u-wave
- License: mit
- Created: 2016-12-30T17:39:09.000Z (almost 9 years ago)
- Default Branch: default
- Last Pushed: 2025-08-19T16:51:01.000Z (about 2 months ago)
- Last Synced: 2025-08-19T18:41:29.010Z (about 2 months ago)
- Topics: indexer, list, nextjs, react, u-wave
- Language: JavaScript
- Homepage:
- Size: 6.07 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# üWave Server Hub
A web app indexing available public üWave servers.
[Live Site][] - [Adding Your Server](#adding-your-server) - [License](#license)
[][Live Site]
## 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:
```js
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][]
[MIT]: ./LICENSE
[Live Site]: https://hub.u-wave.net