Current location - Recipe Complete Network - Pregnant women's recipes - How to realize your own network protocol with pomelo
How to realize your own network protocol with pomelo
Install node js. Nodejs download address: pm to install, command line: cnpm install pomelo -g g g.

Check whether pomelo is installed. We can use the command line: pomelo -h to check whether the installation of pomelo is completed, and the result shown below is that the installation is successful.

Create project pomelo init ProjectName.

Enter the project folder and run npm-install.bat

Enter project server to start the project, and the work will be completed.