Update backend README files to reflect the correct programming language

This commit is contained in:
juancarmore 2024-04-29 14:54:19 +02:00
parent 96025da0ca
commit 47118ed13c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Basic Backend Node
# Basic Backend 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).

View File

@ -1,4 +1,4 @@
# Basic Backend Node
# Basic Backend PHP
Basic server application built for PHP. It internally uses [livekit-server-sdk-php](https://github.com/agence104/livekit-server-sdk-php).

View File

@ -1,4 +1,4 @@
# Basic Backend Node
# Basic Backend Python
Basic server application built for Python with Flask. It internally uses [livekit-python-sdk](https://github.com/livekit/python-sdks).

View File

@ -1,4 +1,4 @@
# Basic Backend Node
# Basic Backend Ruby
Basic server application built for Ruby with Sinatra. It internally uses [livekit-server-sdk-ruby](https://github.com/livekit/server-sdk-ruby).