Skip to content

seita1996/homelens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/seita1996/homelens/blob/main/client/public/homelens-logo.png

Client test Server test E2E Test CodeQL License: MIT

What is homelens?

Video communication using WebRTC within the same LAN.

No account is required, No application installation is needed, and video communication is possible between devices accessing the page.

Communication with the WebSocket server occurs only for terminal detection, but all video streaming is secure and fast because it is closed within your LAN.

(NAT traversal video communication is not possible.)

Development

docker-compose.yml is available.

The Client is written in TypeScript.

The Server is written in Go.