Update mixer app to use grpc-web instead of websockets 27/29427/2
authorRoger Zanoni <rzanoni@igalia.com>
Wed, 3 Jan 2024 16:52:10 +0000 (13:52 -0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 29 Jan 2024 12:07:45 +0000 (12:07 +0000)
commit52aabdb011279871468269802e056f0ec48511e4
treed040640cad2272f58e097909cb4eb59daec997a1
parent38587cf96c096a204cd742fff9fea4f8e465393a
Update mixer app to use grpc-web instead of websockets

Adapt the HTML5 applications to use kuksa.val service

Bug-AGL: SPEC-4599

Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: Ic67ff781be4080c45bdbc6abe20d696aeda08eb1
.gitignore
package.json
proto/types.proto [new file with mode: 0644]
proto/val.proto [new file with mode: 0644]
src/js/kuksa.js
src/js/volume.js
webpack.config.js