ProductPromotion
Logo

Node.JS

made by https://0x3d.site

GitHub - bcoe/awesome-cross-platform-nodejs: :two_men_holding_hands: A curated list of awesome developer tools for writing cross-platform Node.js code
:two_men_holding_hands: A curated list of awesome developer tools for writing cross-platform Node.js code - bcoe/awesome-cross-platform-nodejs
Visit Site

GitHub - bcoe/awesome-cross-platform-nodejs: :two_men_holding_hands: A curated list of awesome developer tools for writing cross-platform Node.js code

GitHub - bcoe/awesome-cross-platform-nodejs: :two_men_holding_hands: A curated list of awesome developer tools for writing cross-platform Node.js code

Contents

Resources

Applications

Development environment

Continuous integration

  • AppVeyor - Focused on Windows. Free tiers are available for OSS projects.
  • Travis - Windows/macOS/Linux. Free for OSS projects.
  • Azure Pipelines - Windows/macOS/Linux. Free for OSS projects with 10 parallel jobs.
  • Github Action - Windows/macOS/Linux. GitHub Actions makes it easy to automate all your software workflows.
  • Gitlab CI - Windows/macOS/Linux. GitLab CI/CD is a tool built into GitLab for software development.

Virtualization

  • ievms - Automated installer for the free virtual machine images that Microsoft provides for testing on multiple versions of IE. These images can be useful for cross-platform testing various technologies, however make sure you read and understand Microsofts' licensing.
  • VirtualBox - General purpose software for running x86 virtual machines.
  • Docker - Software platform to create, deploy and manage virtualized application containers on a common operating system, with an ecosystem of allied tools.

Compatibility

  • Wine - Run Windows API calls on Linux, Mac, BSD and Solaris.
  • Cygwin - Run POSIX on Windows.
  • WSL - Run the Linux command line on Windows (ELF binary execution, system calls, filesystem, Bash, core utilities, common applications).
  • MinGW - gcc on Windows.
  • msys / Git Bash - Bash on Windows.

Databases

  • Redis - Native port of Redis for Windows.

Libraries

OS identification

  • is-windows - Detect whether the current platform is Windows.
  • is-wsl - Detect whether current platform is WSL (Windows Subsystem for Linux).
  • getos - Retrieve the current OS, including Linux distribution.
  • os-name - Get the name of the current operating system.
  • systeminformation - Hardware/software system information.

Shell

  • execa - Cross-platform implementation of child_process.{execFile,exec}.
  • gulp-execa - Cross-platform command execution in Gulp.js.
  • cross-spawn - Cross-platform implementation of child_process.spawn().
  • shelljs - Cross-platform Unix shell commands.
  • node-windows - Windows support for Node.js scripts (daemons, eventlog, UAC, etc).
  • log-symbols - Colored symbols for various log levels with Windows fallbacks.
  • figures - Unicode symbols with Windows fallbacks.
  • clipboardy / clipboard-cli - Cross-platform copy/paste.

Environment

  • cross-env - Set environment variables cross-platform.
  • user-home - Get the path to the user home directory. Cross-platform.
  • username - Get the current username.
  • osenv - Cross-platform environment variables.
  • is-elevated - Check if the process is running with elevated privileges.
  • which - Cross-platform implementation of Unix's which.

Filesystem

  • rimraf / del - Delete files and folders. Cross-platform.
  • make-dir - Cross-platform mkdir -p.
  • readdirp - Recursive version of fs.readdir().
  • cpy - Copy files. Cross-platform.
  • chokidar - Improved cross-platform file watching.
  • graceful-fs - Improves the fs module, especially on Windows.
  • fs-extra - Combines graceful-fs with better JSON file reading and promises.
  • any-path - Use Windows and POSIX paths interchangeably when fetching values from an object.
  • dev-null-cli - Cross-platform /dev/null.
  • global-cache-dir - Get the global OS-specific cache directory.

Signals

Processes

Streams

Desktop UI

  • open - Opens stuff like websites, files, executables. Cross-platform.
  • node-notifier - Cross-platform desktop notifications.

Windows registry

Known issues

  • cmd.exe unicode woes - By default, cmd.exe does not display Unicode characters on Windows.
  • spawn issues - child_process.spawn() behavior is not consistent between Windows and Linux.
  • exec() behavior between shells - Depending on the shell being used, e.g., bash vs. dash, child_process.exec() has inconsistent exit behavior.

See also

Support

If you found an error or would like to add more information, don't hesitate to submit an issue on GitHub.

Everyone is welcome regardless of personal background. We enforce a Code of conduct in order to promote a positive and inclusive environment.

Contributing

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

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

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

Thanks go to these wonderful people:

This project follows the all-contributors specification.

License

License

Articles
to learn more about the nodejs concepts.

Resources
which are currently available to browse on.

mail [email protected] to add your project or resources here 🔥.

FAQ's
to know more about the topic.

mail [email protected] to add your project or resources here 🔥.

Queries
or most google FAQ's about NodeJS.

mail [email protected] to add more queries here 🔍.

More Sites
to check out once you're finished browsing here.

0x3d
https://www.0x3d.site/
0x3d is designed for aggregating information.
NodeJS
https://nodejs.0x3d.site/
NodeJS Online Directory
Cross Platform
https://cross-platform.0x3d.site/
Cross Platform Online Directory
Open Source
https://open-source.0x3d.site/
Open Source Online Directory
Analytics
https://analytics.0x3d.site/
Analytics Online Directory
JavaScript
https://javascript.0x3d.site/
JavaScript Online Directory
GoLang
https://golang.0x3d.site/
GoLang Online Directory
Python
https://python.0x3d.site/
Python Online Directory
Swift
https://swift.0x3d.site/
Swift Online Directory
Rust
https://rust.0x3d.site/
Rust Online Directory
Scala
https://scala.0x3d.site/
Scala Online Directory
Ruby
https://ruby.0x3d.site/
Ruby Online Directory
Clojure
https://clojure.0x3d.site/
Clojure Online Directory
Elixir
https://elixir.0x3d.site/
Elixir Online Directory
Elm
https://elm.0x3d.site/
Elm Online Directory
Lua
https://lua.0x3d.site/
Lua Online Directory
C Programming
https://c-programming.0x3d.site/
C Programming Online Directory
C++ Programming
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
R Programming
https://r-programming.0x3d.site/
R Programming Online Directory
Perl
https://perl.0x3d.site/
Perl Online Directory
Java
https://java.0x3d.site/
Java Online Directory
Kotlin
https://kotlin.0x3d.site/
Kotlin Online Directory
PHP
https://php.0x3d.site/
PHP Online Directory
React JS
https://react.0x3d.site/
React JS Online Directory
Angular
https://angular.0x3d.site/
Angular JS Online Directory