# flymooni-node **Repository Path**: forewind/flymooni-node ## Basic Information - **Project Name**: flymooni-node - **Description**: node.js的远程代码仓库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-08 - **Last Updated**: 2022-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FlyMooni-Node后端应用 ## 生成公钥和私钥 ``` cd config openssl genrsa -out private.key 4096 rsa -in private.key -pubout -out public.key exit ```