gitter 卸载_最佳Gitter渠道:Node.js

gitter 卸载

by Gitter

通过吉特

最佳Gitter渠道:Node.js (Best Gitter channels: Node.js)

Node.js is a JavaScript runtime environment and a library. It allows to run JavaScript code in the backend, outside a browser by making use of Google’s V8 VM, the same runtime environment for JavaScript as the one used by Google Chrome. It’s lightweight, efficient, and enjoys continuous popularity.

Node.js是一个JavaScript运行时环境和一个库。 它允许通过使用Google的V8 VM在后端在浏览器外部运行JavaScript代码,该JavaScript的运行时环境与Google Chrome使用的运行时环境相同。 它轻巧,高效,并且持续受欢迎

The Node.js package ecosystem, npm, is the largest ecosystem of open source libraries in the world. We have a bunch of Node-related channels on Gitter — check them out & join the conversation!

Node.js软件包生态系统npm是世界上最大的开源库生态系统。 Gitter上有很多与Node相关的频道-快来看看并加入对话吧!

  • nodejs/node Official Node.js chat rooms.

    nodejs / node 官方的Node.js聊天室。

  • gitterHQ/nodejs — A general chat about Node.

    gitterHQ / nodejs —关于Node的一般聊天。

  • nwjs/nw.js — NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.

    nwjs / nw.js — NW.js是基于Chromium和node.js的应用程序运行时。 您可以使用NW.js用HTML和JavaScript编写本机应用程序。 它还使您可以直接从DOM调用Node.js模块,并启用一种使用所有Web技术编写本机应用程序的新方式。

  • linnovate/mean — MEAN is a framework for an easy starting point with MongoDB, Node.js, Express, and AngularJS based applications. It is designed to give you a quick and organized way to start developing MEAN based web apps with useful modules like Mongoose and Passport pre-bundled and configured.

    linnovate / mean — MEAN是使用MongoDBNode.jsExpress和基于AngularJS的应用程序的简单起点框架。 它旨在为您提供一种快速而有条理的方式,以预先打包和配置的有用模块(例如Mongoose和Passport)开始开发基于MEAN的Web应用程序。

  • strongloop/loopback — LoopBack is an open source Node.js framework built on top of Express optimized for building APIs for mobile, web, and other devices. Connect to multiple data sources, write business logic in Node.js, glue on top of your existing services and data, connect using JS, iOS & Android SDKs. http://loopback.io

    strongloop / loopback — LoopBack是一个基于Express的开源Node.js框架,针对为移动,Web和其他设备构建API进行了优化。 连接到多个数据源,在Node.js中编写业务逻辑,在现有服务和数据之上粘合,使用JS,iOS和Android SDK进行连接。 http://loopback.io

  • aws/aws-sdk-js — AWS SDK for JavaScript in the browser and Node.js http://aws.amazon.com/javascript

    aws / aws-sdk-js-浏览器和Node.js中适用于JavaScript的AWS开发工具包http://aws.amazon.com/javascript

  • balderdashy/sails — Sails.js is a web framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app development. It’s especially good for building realtime features like chat.

    秃头/风帆 — Sails.js是一个Web框架,可轻松构建自定义的企业级Node.js应用程序。 它的设计类似于Ruby on Rails之类的框架中的MVC架构,但支持更现代的,面向数据的Web应用程序开发样式。 这对于构建诸如聊天之类的实时功能特别有用。

  • hapijs/hapi — hapi is a simple to use configuration-centric framework with built-in support for input validation, caching, authentication, and other essential facilities for building web and services applications. hapi enables developers to focus on writing reusable application logic in a highly modular and prescriptive approach.

    hapijs / hapi — hapi是一个易于使用的以配置为中心的框架,内置了对输入验证,缓存,身份验证以及用于构建Web和服务应用程序的其他必要功能的内置支持。 hapi使开发​​人员能够集中精力以高度模块化和规范性的方式编写可重用的应用程序逻辑。

  • webdriverio/webdriverio — WebdriverIO is a webdriver (browser automation) module for Node.JS. It makes it possible to write super easy Selenium tests in your favorite BDD/TDD test framework, that will run locally or in the cloud using Sauce Labs, BrowserStack or TestingBot. WebdriverIO is agnostic with regards to the test framework you want to use. Cucumber, Jasmine and Mocha+Chai are supported by the configuration wizard, and you can use other frameworks as well — for example Yadda.

    webdriverio / webdriverio - WebdriverIO是webdriver的对Node.js的(浏览器自动化)模块 它使您可以在自己喜欢的BDD / TDD测试框架中编写超级简单的Selenium测试,该框架将使用Sauce Labs,BrowserStack或TestingBot在本地或云中运行。 WebdriverIO与您要使用的测试框架无关。 配置向导支持Cucumber,Jasmine和Mocha + Chai,您也可以使用其他框架,例如Yadda

  • feross/webtorrent — WebTorrent is a streaming torrent client for node.js and the browser. YEP, THAT’S RIGHT. THE BROWSER. It’s written completely in JavaScript — the language of the web — so the same code works in both runtimes. In node.js, this module is a simple torrent client, using TCP and UDP to talk to other torrent clients. In the browser, WebTorrent uses WebRTC (data channels) for peer-to-peer transport. It can be used without browser plugins, extensions, or installations. It’s Just JavaScript™.

    feross / webtorrent — WebTorrent是用于node.js和浏览器的流洪流客户端。 是的,没错。 浏览器。 它完全用JavaScript(网络语言)编写,因此相同的代码在两个运行时中都可以工作。 在node.js中,此模块是一个简单的torrent客户端,使用TCP和UDP与其他torrent客户端进行通信。 在浏览器中,WebTorrent使用WebRTC(数据通道)进行对等传输。 它可以在没有浏览器插件,扩展程序或安装的情况下使用。 这只是JavaScript™。

  • koajs/koa — Koa is an expressive, light-weight HTTP framework for node.js to make web applications and APIs more enjoyable to write. Koa requests flow through middleware in a stack-like manner, allowing you to perform actions downstream then filter and manipulate the response upstream. Koa’s use of generators also greatly increases the readability and robustness of your application.

    koajs / koa — Koa是用于node.js的一种表现力轻量级的HTTP框架,使Web应用程序和API的编写更加有趣。 Koa请求以类似堆栈的方式流经中间件,使您可以在下游执行操作,然后在上游过滤和处理响应。 Koa使用生成器还可以极大地提高应用程序的可读性和健壮性。

  • nodegit/nodegit — Native Node bindings to Git. http://www.nodegit.org/

    nodegit / nodegit —与Git的本机节点绑定。 http://www.nodegit.org/

  • keystonejs/keystone KeystoneJS is a powerful Node.js content management system and web app framework built on express and mongoose. Keystone makes it easy to create sophisticated web sites and apps, and comes with a beautiful auto-generated Admin UI.

    keystonejs / keystone KeystoneJS是一个基于expressmongoose构建的功能强大的Node.js内容管理系统和Web应用程序框架。 Keystone使得创建复杂的网站和应用程序变得容易,并带有漂亮的自动生成的管理界面。

  • mongodb/node-mongodb-native — The official MongoDB driver for Node.js. Provides a high-level API on top of mongodb-core that is meant for end users.

    mongodb / node-mongodb-native — Node.js的官方MongoDB驱动程序。 在mongodb-core之上提供面向最终用户的高级API。

  • EmergingTechnologyAdvisors/node-serialport — Node.js package to access serial ports for reading and writing. Welcome your robotic JavaScript overlords. Better yet, program them!

    EmergingTechnologyAdvisors / node-serialport — Node.js程序包,用于访问串行端口以进行读写。 欢迎您的机器人JavaScript霸主。 更好的是,对它们进行编程!

  • sass/node-sass — Node-sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass. It allows you to natively compile .scss files to css at incredible speed and automatically via a connect middleware.

    sass / node-sass — Node-sass是一个库,用于将Node.js绑定到流行的样式表预处理器Sass的C版本LibSass 。 它使您能够以惊人的速度通过连接中间件自动将.scss文件本地编译为css。

  • NodeBB/NodeBB NodeBB Forum Software is powered by Node.js and built on either a Redis or MongoDB database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB has many modern features out of the box such as social network integration and streaming discussions, while still making sure to be compatible with older browsers. Additional functionality is enabled through the use of third-party plugins.

    NodeBB /节点BB NodeBB论坛软件由Node.js提供支持,并基于Redis或MongoDB数据库构建。 它利用Web套接字进行即时交互和实时通知。 NodeBB具有许多现成的现代功能,例如社交网络集成和流媒体讨论,同时仍确保与旧版浏览器兼容。 通过使用第三方插件可以启用其他功能。

  • restify/node-restify restify is a framework, utilizing connect style middleware for building REST APIs. For full details, see http://restify.com

    重新调整/节点重新调整 restify是一个框架,利用连接样式中间件来构建REST API。 有关详细信息,请访问http://restify.com

  • nodecg/nodecg — NodeCG is a broadcast graphics framework and application. It is primarily aimed at Twitch broadcasters using Open Broadcaster Software, but is usable in any environment that can render HTML, including CasparCG. NodeCG is based on the overlay system developed for the Tip of the Hats 2014 charity event.

    nodecg / nodecg — NodeCG是广播图形框架和应用程序。 它主要针对使用Open Broadcaster Software的 Twitch 广播公司 ,但可在任何可呈现HTML的环境中使用,包括CasparCG。 NodeCG基于为“ 2014年帽子技巧”慈善活动开发的覆盖系统。

  • glazedio/glazed — Glazed is an application boilerplate for rapid iteration of a minimal viable product. An opinionated yet simple framework http://glazed.io

    釉面的 — Glazed是用于快速迭代最小可行产品的应用样板。 一个自以为是但简单的框架http://glazed.io

  • igorklopov/enclose — Compile your Node.js project into an executable.

    igorklopov / enclose您的Node.js项目编译为可执行文件。

  • nodemailer/nodemailer — Send e-mails with Node.JS — easy as cake! http://nodemailer.com/

    nodemailer / nodemailer —使用Node.JS发送电子邮件-就像蛋糕一样容易! http://nodemailer.com/

Need more Node channels? Go catch’em all in our Explore section, or easily start your own channel here.

需要更多节点频道吗? 在我们的“ 探索”部分中查找全部内容,或在此处轻松启动自己的频道。

Did we miss an channel that you think should be featured? Drop us a line in the Gitter HQ and we will add it to the list.

我们是否错过了您认为应精选的频道? 在Gitter HQ中给我们添加一行,然后将其添加到列表中。

翻译自: https://www.freecodecamp.org/news/best-gitter-channels-on-node-js-6838bb1ae68c/

gitter 卸载

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值