@camera.ui/nats
v2.14.3
Published
camera.ui nats-server binary
Readme
@camera.ui/nats
Prebuilt nats-server binary for the camera.ui ecosystem.
import { natsServerPath, isNatsServerAvailable } from '@camera.ui/nats';
if (isNatsServerAvailable()) {
spawn(natsServerPath(), ['-c', '...']);
}Supported platforms
| os | x64 | arm64 | | ------ | --- | ----- | | darwin | ✓ | ✓ | | linux | ✓ | ✓ | | win32 | ✓ | ✓ |
Part of the camera.ui ecosystem.
