26 lines
654 B
Markdown
26 lines
654 B
Markdown
# OpenVidu Java
|
|
|
|
OpenVidu server application built for Java with Spring Boot. It internally uses [livekit-server-sdk-kotlin](https://github.com/livekit/server-sdk-kotlin).
|
|
|
|
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-server/java/).
|
|
|
|
## Prerequisites
|
|
|
|
- [Java >=21](https://www.java.com/en/download/)
|
|
- [Maven](https://maven.apache.org/download.cgi)
|
|
|
|
## Run
|
|
|
|
1. Download repository
|
|
|
|
```bash
|
|
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
|
|
cd openvidu-livekit-tutorials/application-server/java
|
|
```
|
|
|
|
2. Run the application
|
|
|
|
```bash
|
|
mvn spring-boot:run
|
|
```
|