mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 05:04:10 +00:00
readme manager initial setup (#1581)
* readme manager initial setup This PR makes the README ready to be managed by the readme manager. It adds custom comment tags to the readme, which are invisible when the README is rendered, but tell the readme manager where to insert and update content. * Update README.md * Update README.md
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
|
||||
|
||||
# LiveKit: Real-time video, audio and data for developers
|
||||
|
||||
<!--BEGIN_DESCRIPTION-->
|
||||
[LiveKit](https://livekit.io) is an open source project that provides scalable, multi-user conferencing based on WebRTC.
|
||||
It's designed to provide everything you need to build real-time video/audio/data capabilities in your applications.
|
||||
<!--END_DESCRIPTION-->
|
||||
|
||||
LiveKit's server is written in Go, using the awesome [Pion WebRTC](https://github.com/pion/webrtc) implementation.
|
||||
|
||||
@@ -281,3 +285,5 @@ We welcome your contributions toward improving LiveKit! Please join us
|
||||
## License
|
||||
|
||||
LiveKit server is licensed under Apache License v2.0.
|
||||
|
||||
<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->
|
||||
|
||||
Reference in New Issue
Block a user