Skip to content

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

Notifications You must be signed in to change notification settings

Ar7Backup/NodeJS_TelePrompter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published