issues
search
oslabs-beta
/
sono.land
Real-time Communication Library for Deno (WebSockets & WebRTC)
https://sono.land
150
stars
24
forks
source link
Sono Revision 1
#1
Closed
JohnL64
closed
3 years ago
JohnL64
commented
3 years ago
Types of Changes
[ ] Bugfix (change which fixes an issue)
[x] New feature (change which adds functionality)
[ ] Refactor (change which changes the codebase without affecting its external behavior)
[x] Non-breaking change (fix or feature that would causes existing functionality to work as expected)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Purpose
Implemented multiplexing with WebRTC
Implemented WebSockets to communicate with signaling server
Provided working SonoClient and Sono class to be exported
Types of Changes
Purpose