socket
socket copied to clipboard
A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
This is for discussion on how we can improve the compilation of `ssc`. We can try to tune it somehow with caching, improving CPU utilization, [unity builds](https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html) and so on.
The `socket://` protocol in the web view (unfortunately) doesn't support arbitrary headers and http codes, so we can't redirect at the http level, so instead we return an html page...
There's good VS Code support for `clang-format` (I use the [Clangd extension](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd)) that allows format-on-save behavior, which is very convenient in my experience. It allows me to focus on getting...
We want to enable the tray mode 
Something like this maybe: ```ini [mac] terminateAfterLastWindowClosed = true ```
Implement runtime API for ShareExtension (iOS/macOS) and Direct Share Target (Android)
There's a bug in the docs generator. If the header module comment and comment next to it are not divided by some code, generator (or Acorn?) thinks that they are...
It will be a nice experience to support `URL` (and `path.Path`) instances to various `fs.*` APIs ```js import URL from 'socket:url' import fs from 'socket:fs/promises' const dirname = new URL('./directory',...
Im collecting data about Socket CLI build performance and how it compares to other platforms. Please feel free to add your data here. In all cases tests include complete packaging...