Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Simple static server to serve logos, for example, to the displayServer

Notifications You must be signed in to change notification settings

FirstLegoLeague/imageServer

 
 

Repository files navigation

imageServer

Simple static server to serve logos, for example, to the displayServer

  • All images go into the ./images folder
  • Supports aliasing between requested image and the actual image filename:
    {
        match: '/legoEducation',
        serve: 'legoeducationlogo.png'
    }
  • Listens on port 1395

About

Simple static server to serve logos, for example, to the displayServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.9%