mirror of https://github.com/jetkvm/kvm.git
add a simple README for the native package
This commit is contained in:
parent
953b9ded30
commit
b3a8d84770
|
|
@ -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.
|
||||
Loading…
Reference in New Issue