There was an error while loading. Please reload this page.
Pomelo is a high-performance framework for node.js. Through some simple command, it can help you for avoid boring rehanding and underlying logic.
Install pomelo by npm(node package manager):
npm install pomelo -g
Also you can down the source code by the command of "git clone https://github.com/NetEase/pomelo.git".
A new project can be created by two ways as follows:
Add path to command "pomelo init": 'pomelo init ./helloWorld'; If so, the command of "pomelo init" will automatically mkdir helloWorld and init it.
'mkdir helloWorld && cd helloWorld && pomelo init .'
At last, the dependencies should be installed by command "sh npm-install.sh"