cross-platform-node-guide

📗 How to write cross-platform Node.js code
授权协议 CC-BY-4.0 License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 鲜于念
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

How to write cross-platform Node.js code.

Why you should care: according to the2018 Node.jsuser survey,24% of Node.js developers use Windows locally and 41% use Mac. In production 85%use Linux and 1% use BSD.

Table of contents

Summary

�� Development environment

�� File encoding

�� Filesystem

�� Terminal

�� Security

�� Networking / IPC

��️ System

See also

Support

For any question, don't hesitate to submit an issue on GitHub.

Everyone is welcome regardless of personal background. We enforce aCode of conduct in order to promote a positive andinclusive environment.

Contributing

This project was made with ❤️ . The simplest way to give back is by starring andsharing it online.

If the documentation is unclear or has a typo, please click on the page's Editbutton (pencil icon) and suggest a correction.

If you would like to help us fix an error or add more information, please checkour guidelines. Pull requests are welcome!

Thanks go to these wonderful people:

ehmicky
ehmicky

�� �� �� ��
thatalextaylor
thatalextaylor

�� ��
Ben Noordhuis
Ben Noordhuis

�� ��
Steve Lee
Steve Lee

�� ��
Michael J. Ryan
Michael J. Ryan

��
Fabio Spampinato
Fabio Spampinato

��
AyrA
AyrA

��
Felix Becker
Felix Becker

�� ��
Nicola Dal Maso
Nicola Dal Maso

��
  • Cross-Platform Android Development Toolkits: Kivy vs. PhoneGap / Cordova Although Ant builds have made Android development much easier, I've long been curious about the cross-platform phone developmen

  • 参考 http://cordova.apache.org/docs/en/5.4.0/guide/overview/index.html http://cordova.apache.org/docs/en/5.4.0/guide/cli/index.html 1.安装cordova command-line tools前,需要安装对应平台的SDKs 安卓sdk 安装参照:http://vinnie

  • Electron enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs. You could see it as a variant of the Node.js runtime that is f

  • 01. Unleash(放出) your inner creativity an learn how to build great cross-plarform 2D games with the poplar Cocos2d-x framework. 书本中提到的reviewer的网站,有机会可以参考使用阅读。 有些应用实例很好,还是应该多向前辈学习。 http://www.michaelrjp

 相关资料
  • All the characters that work on most terminals. Background While ASCII characters display correctlyon all terminals, this is not the case of all characters. When building aterminal application or tool

  • This guide shows how to set up your SDK development environment to build and deploy Cordova apps for Windows 8.1, Windows Phone 8.1, and Windows 10 Universal App Platform. It shows how to use either s

  • Initial Release Welcome to the initial release of Ubuntu platform support in Cordova. With this release, the focus is developing on an Ubuntu system and using the cross-platform workflow discussed in

  • This guide shows how to set up your SDK development environment to deploy Cordova apps for iOS devices such as iPhone and iPad, and how to optionally use iOS-centered command-line tools in your develo

  • Introduction Note This section of the documentation is under construction. We are in the process of adding more examples about all of the GCE modules and how they work together. Upgrades via github pu

  • 主要内容:语法,示例,性能问题CROSS JOIN 称为“交叉连接”或者“笛卡尔连接”。SQL CROSS JOIN 连接用于从两个或者多个连接表中返回记录集的笛卡尔积,即将左表的每一行与右表的每一行合并。 什么是笛卡尔积? 笛卡尔积(Cartesian product)是指两个集合 A 和 B 的乘积。 例如,A 集合和 B 集合分别包含如下的值: A = {1,2} B = {3,4,5} A×B 和 B×A 的结果集分别