• node begining


    node begining

    node begining

    Install

    Download and install node installer.

    Editor

    Currently, we prefer nodepad++ in the windows.

    Debugging

    The easier way to debug node application is using node-inspector.

    npm install -g node-inspector
    

    Start the Web application with debug mode

    node --debug server.js
    

    start node inspector

    node-inspector
    

    Browser http://127.0.0.1:8080/debug?port=5858 in the Chrome, and set the breakpoint

    visit the web application


    Post by: Jalen Wang (תÔØÇë×¢Ã÷³ö´¦)

  • 相关阅读:
    SpringBoot介绍
    linux运行jar以及vi
    linux文件命名
    数据库 mysql
    SSM框架-Spring
    SSM框架-mybatis
    SSM框架-SpringMVC
    设计模式-策略模式
    设计模式-单例模式
    Java多线程实现和JUC介绍
  • 原文地址:https://www.cnblogs.com/jalenwang/p/3295353.html
Copyright © 2020-2023  润新知