V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
meteor2013
V2EX  ›  Node.js

有没有一个简短介绍如何上手 node.js 的教程。不需要太深,只要学会安装配置,然后写一个 hello world 就可以了

  •  
  •   meteor2013 · 2017-05-10 10:52:15 +08:00 · 2492 次点击
    这是一个创建于 2515 天前的主题,其中的信息可能已经有所发展或是发生改变。
    6 条回复    2017-05-12 21:06:33 +08:00
    JamieSoung
        1
    JamieSoung  
       2017-05-10 10:55:57 +08:00
    zrb0001
        2
    zrb0001  
       2017-05-10 10:59:38 +08:00
    官网下载安装
    打开命令行 输入
    node [回车]
    console.log('hello world'); [回车]

    教程完毕
    coolicer
        3
    coolicer  
       2017-05-10 11:11:33 +08:00
    这个太简单了,学习 node 可以加我的群,83053187,能力有限,能带新手
    zhouyg
        4
    zhouyg  
       2017-05-10 11:18:44 +08:00
    跟把大象装进冰箱一样, 打开命令行终端:
    > brew install node
    > node
    > console.log('hello world')
    yhxx
        5
    yhxx  
       2017-05-10 11:22:19 +08:00
    yum install nodejs

    vim app.js

    console.log('hello world')

    node app.js
    LuChengX
        6
    LuChengX  
       2017-05-12 21:06:33 +08:00
    23333
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5477 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 06:42 · PVG 14:42 · LAX 23:42 · JFK 02:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.