socket
socket copied to clipboard
A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
### What OS are you using (`uname -a`, or Windows version)? Windows 11, amd64 (ryzen 7640s), not sure what IE version I'm using. Basically a fresh install of windows with...
- [ ] Mac - [ ] Windows - [ ] Linux
### What OS are you using (`uname -a`, or Windows version)? Linux nobara-mini 6.7.0-204.fsync.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC TKG Wed Jan 17 09:24:55 UTC 2024 x86_64 GNU/Linux ### What version Socket...
For v0.5.4 these examples seem to need an explicit _socket.ini_ line `application_protocol = "beepboop"` rather than leaving it to be 'derived from the `[meta] bundle_identifier` value' as stated in the...
in https://github.com/socketsupply/socket/pull/593 an `after` script config was added that lets you start up a longer running process like a watcher. this is useful ... but for the "watcher" usecase, I...
According the docs, uname() returns a string, but it actually returns an object. ```ts import { uname } from 'socket:os' const info = uname() // info { machine: 'arm64', release:...
The subcluster peer list often contains peers that have not joined the subcluster. I guess that this might be because they are relaying, but if that is the case I...
If a peer has previously connected to a subcluster, the next time it starts it will re-join the subcluster after 30 seconds even though the application has not yet created...
Using https://github.com/garth/socket-editor start two peers ``` pnpm install -r cd peer pnpm start:ios ``` in a second terminal ``` cd peer pnpm dev ``` click "Edit" in both clients and...
There is no subcluster.destroy/close() method or other obvious way to disconnect from a subcluster. Even calling subcluster.removeListener() also doesn't seem to remove the listeners, so if I connect, disconnect and...