Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Basic template for Node/Sockets based Lightbox projects

Notifications You must be signed in to change notification settings

harvardartmuseums/lightbox-node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ ARCHIVED

The Lightbox program ended on July 31, 2022. All associated projects have been retired and are no longer supported.

Lightbox Template - Node.js + Socket.io

Features

  • Controller - a PWA for an iOS device
  • Screens - a CSS grid layout for the nine screen video wall
  • Shades - a CSS grid layout for the projection screen

Overview

This template is for Lightbox projects that have components of the interface on multiple screens that need to share data and/or wish to communicate in some way.

Developers

The template is built on the Express web application framework. It is set to use the Handlebars template engine for views. It includes the module node-fetch for making HTTP requests. And it includes Socket.IO for sending messages to and from each screen.

Sockets

Sockets are initialized and managed by the application in /libs/sockests.js.

About

Basic template for Node/Sockets based Lightbox projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published