/3d-print-monitor

Sample code for the talk on monitoring 3D prints with Micronaut, Cloud Run, WebSockets and WebRTC

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Monitor your 3D prints with Cloud Run, WebSockets, and WebRTC

Slides of the accompanying presentation.

Commands

./gradlew docker
./gradlew assemble
./gradlew jib
./gradlew jibDockerBuild
gcloud builds submit --tag gcr.io/smartphone-broadcast/mn-broadcast build/docker/main/
gcloud beta run deploy mn-broadcast --image gcr.io/smartphone-broadcast/mn-broadcast:latest --allow-unauthenticated --session-affinity --cpu-boost

The code is licensed under the Apache 2 license.


This is not an official Google product.