Open
Description
It'd be nice to have Stringless be runnable on the Windows operating system.
Currently Stringless is performing IPC using POSIX shared memory, which works fine for Unix-based systems but not so much for Windows. I see two options on how to resolve this:
- Implement named shared memory and do OS checks in Stringless
- Convert Stringless to a socket-based system
Metadata
Metadata
Assignees
Labels
No labels