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是使用MongoDB , Node.js , Express和基于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是一个基于express和mongoose构建的功能强大的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 卸载

gitter 卸载_最佳Gitter渠道:Node.js相关推荐

  1. gitter 卸载_最佳Gitter渠道:开发人员工具

    gitter 卸载 by Gitter 通过吉特 最佳Gitter渠道:开发人员工具 (Best Gitter channels: Developer Tools) Developer tools h ...

  2. gitter 卸载_最佳Gitter渠道:游戏开发人员

    gitter 卸载 by Gitter 通过吉特 最佳Gitter渠道:游戏开发人员 (Best Gitter channels for: Game Developers) Today we have ...

  3. gitter 卸载_最佳Gitter渠道:PHP

    gitter 卸载 by Gitter 通过吉特 最佳Gitter渠道:PHP (Best Gitter channels: PHP) PHP (recursive acronym for PHP: ...

  4. gitter 卸载_最佳Gitter渠道:Python和Django

    gitter 卸载 by Gitter 通过吉特 最佳Gitter渠道:Python和Django (Best Gitter channels: Python & Django) Python ...

  5. gitter 卸载_最佳Gitter频道:Scala

    gitter 卸载 by Gitter 通过吉特 最佳Gitter频道:Scala (Best Gitter channels on: Scala) Scala is an object-orient ...

  6. gitter 卸载_最佳Gitter频道:Ruby

    gitter 卸载 by Gitter 通过吉特 最佳Gitter频道:Ruby (Best Gitter channels on: Ruby) Ruby is a general purpose p ...

  7. gitter 卸载_最佳Gitter频道:VR和AR

    gitter 卸载 by Gitter 通过吉特 最佳Gitter频道:VR和AR (Best Gitter channels on: VR & AR) Virtual reality is ...

  8. js提交出现post错误_阿里云的 Node.js 稳定性实践

    整理人:前端自习课 前言 如果你看过 2018 Node.js 的用户报告,你会发现 Node.js 的使用有了进一步的增长,同时也出现了一些新的趋势. Node.js 的开发者更多的开始使用容器并积 ...

  9. node js 写按键精灵_带有按键的Node.js Raw模式

    node js 写按键精灵 I find the stuff that people are doing with Node.js incredibly interesting.  You here ...

  10. php和nodejs和java的区别_讨论PHP和Node.js开发之间有什么区别

    在很长一段时刻内,决定在Node.js和PHP之间进行挑选是一件很费事的工作,但关于后端程序员来说,这一直很费事,但它从未影响过开发人员.可是工作很快就发生了改变,现在开发人员有必要挑选其中之一.No ...

最新文章

  1. denied mysql permission_启动Mysql数据库报错误:-bash: ./start.sh: Permission denied
  2. 解决 fastjson 泛型报错 : java.lang.ClassCastException: com.alibaba.fastjson.JSONObject cannot be cast to X
  3. LeetCode Add Two Numbers
  4. JWT【JSON Web Token】 简述
  5. stack java实现_java实现stack
  6. 分布式SQL学习总结(1)——蚂蚁金服资深总监韩鸿源:像使用集中式数据库一样使用OceanBase分布式数据库
  7. 淘宝MySQL十大经典案例pdf
  8. mysql jpa 正则_Spring Data JPA 实例查询
  9. /dev/mapper/centos-root 100% 虚拟机硬盘空间占满
  10. vs python opencv配置_OPENCV入门教程二:opencv+VS2015开发环境配置
  11. Xshell 4登录脚本
  12. 百度云盘--ABAQUS_Python后处理教程
  13. oracle查看redo文件,Oracle Redo文件恢复
  14. 读书笔记-精准努力-情绪暴躁因为假设世界是美好的
  15. 如何用 Kaldi 训练一个 DNN 声学模型
  16. 微信连wifi 电脑怎么连接到服务器,微信连wifi怎么用 微信连Wi-Fi开通使用教程-电脑教程...
  17. ASM磁盘空间假装耗尽,ORA-15041: diskgroup space exhausted
  18. 全国各地级市、区县房价最全数据(更新至2021年7月)
  19. 数据仓库设计--- 如何设计一个星型模型(示列)
  20. mysql手动中止查询语句

热门文章

  1. 打造企业级移动测试云平台
  2. 关于/etc/hosts文件
  3. [转]王飞跃:交通拥堵多因管理水平等所致
  4. 新点软件怎么导入清单_【新点软件怎么导出到excel】新点造价软件怎么导入清单...
  5. 爬取实习僧并进行数据可视化
  6. MAX3485芯片资料整理
  7. 客户价值度和活跃度建模
  8. 头条极速版-艳云脚本云控系统
  9. SMAP数据产品介绍与下载方法
  10. CTFHub 备份文件下载