add a simple README for the native package

This commit is contained in:
Siyuan 2025-11-13 15:57:13 +00:00
parent 953b9ded30
commit b3a8d84770
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# jetkvm-native
This component (`internal/native/`) acts as a bridge between Golang and native (C/C++) code.
It manages spawning and communicating with a native process via sockets (gRPC and Unix stream).
For performance-critical operations such as video frame, **a dedicated Unix socket should be used** to avoid the overhead of gRPC and ensure low-latency communication.