Giter Club home page Giter Club logo

wissl's Introduction

Wissl

http://msch.fr/wissl

Wissl allows you to play your music over the internet using a web interface, without uploading it to a third-party.

The server side component is a Java application that indexes music files and exposes it using HTTP/REST/JSON.

The Wissl server runs by default in an embedded mode that contains a Javascript web application that can play music on the server using HTML5 or Flash audio.

Wissl is designed with home users in mind and aims to be simple and easy to use.

Quickstart

To build Wissl, you need Java 6+ and Maven. In the root directory, run mvn package.

The generated file target/wissl-VER.war is a self executable webapp archive. You can run it with java -jar wissl.jar, it will run the server on http://localhost:8080. To use a different HTTP port, use the following switch: java -jar wissl.jar -Dwsl.http.port=1234.

If you want a higher degree of control over deployment, you can also use this WAR file within any application server such as tomcat.

Screenshot

screenshot

Development

You can easily import the sources into eclipse using Import existing maven project. The maven setup allows starting Wissl in an embedded Jetty container using the command: mvn jetty:run. Static resources such as CSS and JS files can then be edited while this Jetty server is running.

Libraries used

License

Wissl is Copyright (c) 2013, Mathieu Schnoor.

It is licensed under the GNU General Public License (v3), a copy of which can be found in the LICENSE file or at this address: http://www.gnu.org/licenses/gpl.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.