Introduction to OHPM
OHPM (OpenHarmony Package Manager) is a package management system designed for OpenHarmony, providing access to third-party libraries and tools that enhance development efficiency and functionality within the OpenHarmony ecosystem. (Think of it as NPM in openharmony)
OpenHarmony Third Party Repository
Some examples of library:
- ohos_axios: A promise-based network request library that can run on Node.js and browsers, and is adapted for OpenHarmony.
- socket.io: A library for implementing low-latency, bidirectional communication between clients and servers, supporting WebSocket protocol.
- mars: A cross-platform network component library that provides solutions for long and short network connections.
- httpclient: An efficient HTTP client for OpenHarmony that supports various protocols and optimizes network transmission.