Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 975 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 975 Bytes

WSPublisher

WSPublisher is a client library for easy Combine-based communication via WebSocket. It also has async/await overloads. It's written in pure Swift, has no third-party dependencies, and is built entirely on top of Swift's native URLSessionWebSocketTask.

While this library can be used for any WebSocket communication, it was built as a modular piece of the puzzle that is my OBSwiftSocket library.