From 38d45a7da843f3aae56b72e120558a66bbbfdf26 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Tue, 17 Jan 2023 12:24:58 +0100 Subject: [PATCH] small refactor + web destination client --- README.md | 2 +- destination.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 6 ++--- public/style.css | 8 +++++++ server.js | 37 +++++++++++++++++------------ 5 files changed, 95 insertions(+), 19 deletions(-) create mode 100644 destination.html diff --git a/README.md b/README.md index 8ea4761..d395769 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small app for collecting drawings in real time. Runs on a small express server that connects sources (where to draw) and destinations (where to display) via websockets. -_(hei! this is still work in progress! currently adapting some aspects in the server in order to: a. make it more general, and not strictly related to vvvv, and b. make it possible to have more destinations connected to receive the drawings at the same time)_ +_(hei! this is still work in progress! currently adapting some aspects in the server in order to: a. make it open-end and not strictly related to vvvv, and b. make it possible to have more destinations connected to receive the drawings at the same time)_ ## Setup diff --git a/destination.html b/destination.html new file mode 100644 index 0000000..f8f22ae --- /dev/null +++ b/destination.html @@ -0,0 +1,61 @@ + + + + + + + Draw draw draw + + + + +

Display

+
+ +
+ + + + diff --git a/index.html b/index.html index 4315cd4..1734ba6 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ -

Disegna

+

Draw

- - + +