socket-api
socket-api copied to clipboard
A Node.js / Posix-like JavaScript front-end API for the Socket Runtime
Here are all the tests that fail (except for the fs test, still investigating those). **IPC TESTS** ``` not ok 25 should be equal --- operator: equal expected: "NotFoundError: Not...
Experimenting with building typescript types from JSDoc comments. https://github.com/socketsupply/socket/issues/14 There are a variety of little problems left to solve though... - `TypedArray` isn't a global type currently so that needs...
the test we should have had, so we would have found out exactly the change that broke the udp
this makes it possible to import `@socketsupply/io` from inside of node. and more importantly, enables the tests to be run in node. This is necessary to confirm that the behaviour...