# web-binary-media-programming **Repository Path**: mjpclab/web-binary-media-programming ## Basic Information - **Project Name**: web-binary-media-programming - **Description**: 《Web二进制媒体编程》 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-17 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web二进制媒体编程 [在线阅读](https://mjpclab.net/web-binary-media-programming/) # 开发环境 ## 初始化 安装rust工具链。 初始化项目: ```shell make init ``` ## 启动开发服务器 ```shell make dev ``` # 编译 ```shell make build ```