Hapi Suricate 适用于您的Mongoose模型的简单灵活的REST路由处理程序。 var handler = new Suricate ( MongooseModel ) ; hapi . route ( [ method : 'POST' , path : '/route' , handler : handler . create ] ) ; 安装方式 在项目文件夹中运行npm install --save hapi-suricate 。 基本用法 将.create , .find , .findById , .update和.remove直接绑定到您的路由: