GithubHelp home page GithubHelp logo

cassiancc / justserve Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 1.93 MB

A simple solution for controlling multiple screens of digital signage. No accounts, no hassle.

License: GNU General Public License v3.0

CSS 18.20% HTML 16.20% JavaScript 65.59%

justserve's Introduction

JustServe Digital Signage

JustServe is a tool allowing for simple, reliable digital signage using a centralized server and allowing for multiple clients.

JustServe is perfect for expos, conferences, and symposiums interested in having direct control over their signage and aren't interested in spending money for a paid plan just to be able to control more than one screen at once. All a client needs is a web browser in order to connect to the main server, and the server itself can be lightweight enough to run on a Raspberry Pi or similar.

NOTE: JustServe is still in active development! It is recommended that users be comfortable with Linux in order to set up JustServe. It is currently not recommended for a production environment.

Requirements

  • A local network or Internet access that allows for the clients to reach the server at port 3000 (or otherwise configured), and admins to reach the server at port 5500.
    • It's recommended to host the server on the Internet through a cloud service like AWS or Oracle Cloud, and use Tailscale to reach the server and unblocking port 3000 on its firewall.
  • A Linux server with NodeJS/NPM installed. This can be a local Linux desktop or server, Linux cloud server/instance, or even a Raspberry Pi.
  • Clients with web browsers. Raspberry Pis will work, and are recommended.

Installation

The code in this repository is the server side of JustServe. You'll need NodeJS/NPM installed in order to run the server.

  • To start, download the repository, and extract the ZIP file to a convenient location.
  • From there, open a new terminal or Command Prompt, and navigate to that folder.
    • To navigate in the terminal, you can use the cd command. For example, assuming you are installing on the server on a Raspberry Pi or Linux computer with the server in your Downloads folder: cd Downloads/JustServe-main
  • You can then run npm install to automatically install the required dependencies.
  • To start the server, run node server.

By default, you can access the configuration server at http://127.0.0.1:5500. For each station you configure, they'll have their own web site that can be navigated to. For example, Station 1 would be http://127.0.0.1:3000/index1.html and Station 2 would be http://127.0.0.1:3000/index2.html.

Configuration

You can use the configuration server to upload new images, add or remove stations, and more.

justserve's People

Contributors

cassiancc avatar

Stargazers

Return_of_the_Mack avatar Zack Sargent avatar

Watchers

 avatar

Forkers

theemack

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.