Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
a7a8442f90
commit
a39024db26
5
js/x11/examples/simple/hello.js
Normal file
5
js/x11/examples/simple/hello.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var x11 = require('../../lib');
|
||||
x11.createClient(function(err, display) {
|
||||
console.log('succesfully connected to \"' + display.vendor + '\" server');
|
||||
display.client.terminate();
|
||||
});
|
Loading…
Reference in New Issue
Block a user