All Projects → u-wave → web

u-wave / web

Licence: MIT license
Web client for üWave, the self-hosted collaborative listening platform.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to web

Insect
High precision scientific calculator with support for physical units
Stars: ✭ 2,469 (+3882.26%)
Mutual labels:  web-app
Drupalgap
An application development kit for Drupal websites.
Stars: ✭ 228 (+267.74%)
Mutual labels:  web-app
Memory Hole
Memory Hole is a support issue organizer application
Stars: ✭ 246 (+296.77%)
Mutual labels:  web-app
Wwwsqldesigner
WWW SQL Designer, your online SQL diagramming tool
Stars: ✭ 2,520 (+3964.52%)
Mutual labels:  web-app
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (+258.06%)
Mutual labels:  web-app
Reeddit
Minimal, elastic Reddit reader web-app client
Stars: ✭ 235 (+279.03%)
Mutual labels:  web-app
Apollo Offline
An offline toolkit for the Apollo client
Stars: ✭ 186 (+200%)
Mutual labels:  web-app
Lowdefy
An open-source low-code framework to build web apps, admin panels, BI dashboards, workflows, and CRUD apps with YAML.
Stars: ✭ 221 (+256.45%)
Mutual labels:  web-app
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+25048.39%)
Mutual labels:  web-app
My Mind
Online Mindmapping Software
Stars: ✭ 2,828 (+4461.29%)
Mutual labels:  web-app
Orbit Web
Orbit Web Application
Stars: ✭ 215 (+246.77%)
Mutual labels:  web-app
Runalyze
Create your free account at runalyze.com
Stars: ✭ 219 (+253.23%)
Mutual labels:  web-app
Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (+285.48%)
Mutual labels:  web-app
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (+240.32%)
Mutual labels:  web-app
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+5095.16%)
Mutual labels:  web-app
React Native Open Project
可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn
Stars: ✭ 2,254 (+3535.48%)
Mutual labels:  web-app
Git Deps
git commit dependency analysis tool
Stars: ✭ 232 (+274.19%)
Mutual labels:  web-app
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+83650%)
Mutual labels:  web-app
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+300%)
Mutual labels:  web-app
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+4303.23%)
Mutual labels:  web-app

u-wave-web

Web client for üWave.

Dependencies - Setup - Building - API - License

Screenshot

Dependencies

For running in the browser: something modern. The aim is to support ~IE11+ and other modern browsers (recent Chromes and Firefoxes, at least). If you use something reasonably recent and üWave doesn't work, file a bug!

The server parts of üWave require Node version >= 14.0.0.

Getting Things Working

To run the web client, you need an üWave server to connect to. For development, first install the server:

git clone https://github.com/u-wave/core u-wave-core
cd u-wave-core
npm install
npm start

npm start will run the üWave server on port 6042.

Then in a separate terminal do:

git clone https://github.com/u-wave/web u-wave-web
cd u-wave-web
npm install
npm run dev

This will run the web client on port 6041. Visit http://localhost:6041 to use it!

Building

There are two main build scripts: one for development, and one for production.

The development script runs a local üWave server and auto-reloads the web client when you make changes.

npm run dev

When building the üWave web client for use on a server, the production build should be used instead. It removes costly debugging helpers from the code and minifies everything as much as possible.

npm run prod

The prod script doesn't run a local server. To try out your production build, you can use the standalone serve script:

npm run serve

API

Please see the README in the compiled npm package for API documentation.

License

The üWave web client is licensed under the MIT license.

The default mention sound file comes from a Sonics.io pack and is under the Sonics.io License (archive link).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].