Skip to content

nanderLP/aura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

aura

screensharing made easy

aura is a web-based screensharing service.

The frontend is built using Vite, React and TypeScript. It is utilizing the WebSockets API for connecting to the backend, while screensharing is made possible by the WebRTC API. In the end, everything is deployed on Vercel.

The backend is built using a custom Deno server. It is used to establish connections between clients and relay messages, built using the WebSockets API.