25 lines
557 B
Markdown
25 lines
557 B
Markdown
# Basic Go
|
|
|
|
Basic server application built for Go with Gin. It internally uses [livekit-server-sdk-go](https://pkg.go.dev/github.com/livekit/server-sdk-go).
|
|
|
|
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-server/go/).
|
|
|
|
## Prerequisites
|
|
|
|
- [Go](https://go.dev/dl/)
|
|
|
|
## Run
|
|
|
|
1. Download repository
|
|
|
|
```bash
|
|
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
|
|
cd openvidu-livekit-tutorials/application-server/go
|
|
```
|
|
|
|
2. Run the application
|
|
|
|
```bash
|
|
go run main.go
|
|
```
|