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.

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

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

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • Linux查看硬件信息命令

    Linux查看硬件信息命令一 查看服务器硬件信息 1 查看服务器型号 序列号 root Master dmidecode grep SystemInform A9 egrep nbsp Manufacturer Product Serial nbsp nbsp 2 查看主板型号 root Master dmidecode grep A16 SystemInform nbsp

    2025年11月10日
    2
  • k8s实战系列: 1-再谈为什么需要Kubernetes[通俗易懂]

    k8s实战系列: 1-再谈为什么需要Kubernetes[通俗易懂]k8s系列:再谈为什么需要Kubernetes容器解决了什么?又遇到了什么问题容器,到底是怎么一回事儿?在Docker出现之前,最为流行的是PaaS项目。PaaS项目被大家接纳的一个主要原因,就是它提供了一种名叫“应用托管”的能力。像CloudFoundry这样的PaaS项目,最核心的组件就是一套应用的打包和分发机制。更好地模拟本地服务器环境,能带来更好的“上云”体验。CloudFoundry会调用操作系统的Cgroups和Namespace机制为每一个应用单独创建一

    2022年5月21日
    39
  • Bootstrap表格示例

    Bootstrap表格示例效果图如下:代码如下:

    2025年6月2日
    2
  • 已知最大公约数和最小公倍数_7和15的最大公因数和最小公倍数

    已知最大公约数和最小公倍数_7和15的最大公因数和最小公倍数7-4 最大公约数和最小公倍数 (20分) 本题要求两个给定正整数的最大公约数和最小公倍数。输入格式: 输入在一行中给出两个正整数M和N(≤1000)。输出格式: 在一行中顺序输出M和N的最大公约数和最小公倍数,两数字间以1空格分隔。 输入样例: 511 292 输出样例: 73 2044#include <iostream>#include<ioma…

    2022年8月18日
    14
  • Centos7安装Nginx的步骤「建议收藏」

    Centos7安装Nginx的步骤「建议收藏」Centos7安装Nginx准备工作:开始前,请确认gccg++开发类库是否装好安装make:yum-yinstallgccautomakeautoconflibtoolmake安装g++:yuminstallgccgcc-c++下面正式开始:一、选定安装文件目录  可以选择任何目录,演示选择 cd/usr/local/srccd/usr/local/src二、安装PC…

    2022年5月10日
    44
  • 将ASP.Net 2.0下的GridView导出为Excel.(转)

    将ASP.Net 2.0下的GridView导出为Excel.(转)

    2021年7月24日
    59

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

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