sw-socket is a robust socket programming library for MoonBit applications. It provides a straightforward and efficient way to handle network communications with a clean and intuitive API.
🚀 Key Features
- 🔌 TCP/UDP Support – Create and manage both TCP and UDP socket connections
- 🛡️ Error Handling – Comprehensive error handling for network operations
- 📦 Zero Dependencies – Pure MoonBit implementation with no external dependencies
- 🖥️ Unix Compatible – Designed to work on Unix-based operating systems
moon add ShellWen/sw_socket
For usage examples, please refer to the example code in the src/example
directory.
This project is licensed under the Apache-2.0 License. See LICENSE for details.
- GitHub Issues: Report an issue
👋 If you like this project, give it a ⭐! Happy coding! 🚀