I have a question about Node JS
and what I could do with it. I started to study about MEAN
a few days ago and wanted to know if using this technology I could, for example, create a system of Digital Signage
, like Xibo
or Onsee
.
A brief explanation of how these systems work, to make it easier for you to understand ... These systems have an administration running on the web and a client running on the operating system. This administration is where the companies register the campaigns (videos, images, etc.) and defines the schedules of the campaigns. These campaigns are displayed on the client in a loop.
I know that it is possible to do both separately, administration using MEAN
and PC software using Node WebKit
, but the question is exactly, if I can put the two together and make such a system.