Node.js

Node.js

Node.js

When we decided to build Cloud9 IDE, it was only natural to use Node.js. By using Node.js for Cloud9, we could use a single language front to back. We absolutely love Node.js. However, we also recognize it’s still a young platform. A platform that, if nurtured properly, would easily become the official runtime of the cloud. But who will nurture it?

Node.js

Plenty of folks have recognized Node’s potential and invested heavily in it. Joyent hired Ryan Dahl to work on node.js full-time and helped grow the community by organizing seminars and rebuilding the nodejs.org website. Mozilla has always been the driving force in the development of JavaScript, the core of Node.js — it’s where JavaScript originates. In addition, Mozilla hosts MDN, the best resource for front-end development technologies including extensive JavaScript documentation.

As a company that lives and breathes Node, we also feel it’s our duty to contribute to the Node community in any way we can. A few months ago, we asked Tim Caswell, a prominent Node.js community member, well known for his howtonode.org blog, to join us full-time in our efforts to further build the Node community and make it more accessible to new members.

Today, we’re happy to announce a number of new initiatives that we believe will help shape Node.js into the mainstream platform of the future.

  1. The introduction of Nodebits.org, the new community blog edited by Tim, featuring high-quality Node.js tutorials;
  2. The introduction of Nodemanual.org, the official Node manual site;
  3. The introduction of Node.js & Cloud9 IDE training for everyone from individual developers to large enterprises.

Node.js News and Tutorials

Beside howtonode, there is no frequently updated community website. No reliable source for news and in-depth articles about Node.js. So, today we officially launch Nodebits.org. Nodebits is a community blog, edited by Tim, which includes high-quality articles and tutorials about Node.js applications and libraries. The code examples presented can be tested and played with by loading them into Cloud9 with just a single click. Nothing to download and no compilation required.

Node.js Manuals and Documentation

There is no single source of comprehensive Node.js documentation, and most of the documentation that is available is incomplete or of insufficient quality.

We have completely reworked many different sources of documentation into a concise and consistent website that offers a Node.js and Javascript reference guide and manual, based on work from Joyent and Mozilla. From now on, NodeManual.org is your destination to learn about Node.js. And, like any good community docs, Nodemanual.org is fully open. We encourage everyone in the Node community help us continue to improve the site, through your own contributions. Fork nodemanual on GitHub and get started on helping us build a better Node.js.

Training

There is no place where you can get Node.js training and support. As part of our training and support program we are now offering Node.js training. You will get high quality training from Node.js specialists in a three-day course. This course will teach you not only how to use Node.js, but how to become a better programmer. Sign up now at training.c9.io.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/110412.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • 雅典娜暴利烹饪系列(下)「建议收藏」

    雅典娜暴利烹饪系列(下)「建议收藏」”呀–呀–呀–“爬到冰箱上的纱织吓的花容失色,”快点把那些土鳖拿开啦—-“端着一盆螃蟹的迪马斯头上好几个”加号”:”你叫个什么劲呀!!!不是你要学煮螃蟹,叫我下河给你捞的吗?!!这是螃蟹!!!螃蟹!!!!”纱织眼睛里无辜的泪水在打转:”骗人!螃蟹明明是红色的~~~””那是煮熟的好不好!!!”迪马斯已经在昏倒的边缘,”快拿去!!!””不要呀~~~~好可怕呀~~~~~”玉手一挥,螃蟹

  • html json数组拼接

    html json数组拼接作为一个菜鸟,自己想的笨办法2333,不过总归能用。。。//先定义一个json对象jsonstr=”[]”;jsonarray=eval(’(’+jsonstr+’)’);//传入两两个参数为格式相同数据不一样的json对象functionappenjson(jsonbject1,jsonbject2){//循环第一个传入的jsonfor(vari=0;i<…

  • JavaIO——IO概述

    JavaIO——IO概述                                                   JavaIo原理IO流用来处理设备之间的数据传输,Java程序中,对于数据的输入/输出操作都是以“流”的方式进行的。java.io包下提供了各种“流”类的接口,用以获取不同种类的数据,并…

  • 巧用Alt 键

    巧用Alt 键

  • vod_cache_data是什么?

    vod_cache_data是什么?这个其实是迅雷看看的缓存文件夹,并不是病毒。迅雷相对于flashget来说,速度非常快。主要是因为迅雷的p2sp技术,但是这个也通常被人们认为是盗链技术。anyway,如果只是用“不管白猫

  • QListWidget常用方法

    QListWidget常用方法本文转载自:http://blog.csdn.net/xgbing/article/details/7768226 QListWidget类也是GUI中常用的类,它从QListView下派生:[cpp] viewplaincopyclass Q_GUI_EXPORT QListWidget : public QListView

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号