You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
843 B
25 lines
843 B
---
|
|
title: "Introduction"
|
|
---
|
|
|
|
|
|
|
|
The 01 project supports two different server types to accommodate various hardware capabilities and use cases.
|
|
|
|
## Server Options
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Light Server" icon="microchip" href="/server/light">
|
|
Optimized for low-power, constrained environments like ESP32 devices.
|
|
</Card>
|
|
<Card title="Livekit Server" icon="server" href="/server/livekit">
|
|
Full-featured server for devices with higher processing power, such as phones, web browsers, and desktop computers.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
### Choosing the Right Server
|
|
|
|
- **Light Server**: Ideal for embedded systems and IoT devices with limited resources.
|
|
- **Livekit Server**: Offers robust performance and a full range of features for more capable hardware.
|
|
|
|
Select the server that best fits your device and project requirements. |