Vaxic:节点HTTP服务器框架 源码
                                超轻量级超级节点Web框架 | 安装 npm install --save vaxic 基本用法 const Vaxic = require ( 'vaxic' ) const app = new Vaxic ( ) app . add ( 'GET' , '/getEndpoint' , ( req , res ) => { res . writeHead ( 200 ) res . end ( 'Hello.' ) } ) app . listen ( 80 , '0.0.0.0' ) 扩展名 扩展程序是超级强大的叠加层,您可以将其添加到您的应用程序中以添加新功能! 存在两个内置                            
                            
                            
                            
                        
                            下载地址
                        
                    
                            用户评论
                        
                    