Deskreen turns any device with a web browser into a secondary screen for your computer
electron
typescript
webrtc
wifi
easy-to-use
testcafe
electronjs
end-to-end-encryption
second-screen
windowsapp
share-screen
blueprintjs
electron-react-boilerplate
share-app-window
electon-app
darkwire-io
deskreen
sceen-sharing-to-multiple-devices
macosapp
linuxapp
-
Updated
Jun 17, 2021 - TypeScript
Writing tests for nodes and workers is complex due to their async nature. In tests we can't use the #[ockam::node] attribute, and instead use the method of
This method has problems: if a test assertion fails inside of this async block, the test will not fail. Instead, the Node remains alive. I believe