Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 399 Bytes

NodeJS_TelePrompter

Simple NodeJS app remote texting via web-sockets to mirrored teleprompter styled viewer, controller by serial COM communication.

Common setup

npm install

IP address

app.js - httpServer.listen(8000,'IP HERE');
index.html - io.connect(8000,'IP HERE');
tele.html - io.connect(8000,'IP HERE');

Screenshot

SS