Giter VIP home page Giter VIP logo

awesome-cross-platform-nodejs's Introduction

Awesome Cross-Platform Node.js Awesome

A curated list of awesome libraries and applications for writing and testing code that works on Windows and Unix-like platforms.

Inspired by the awesome list thing.

Table of Contents

Resources

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.
  • node-gyp on Windows - it can be quite painful to compile native modules on Windows.
  • stdio issues on v0.10.x - a race condition in stdio lead to confusing terminal output when testing on Windows prior to Node v0.11.12.
  • exec() behavior between shells - depending on the shell being used, e.g., bash vs. dash, child_process.exec() has inconsistent exit behavior.

Online Tools

  • AppVeyor - Continuous integration service for Windows. Free tiers are available for OSS projects.

Applications

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.

Development Environment

  • Atom - A cross-platform, full-featured, hackable text editor.
  • Node.js - Node.js installer for various platforms.
  • MSOpenTech Redis - A build of Redis maintained by Microsoft Open Technologies.

Libraries

  • any-path - Use Windows and POSIX paths interchangeably when fetching values from an object.
  • is-windows - Detect whether the current platform is Windows.
  • rimraf - Cross-platform rm -rf.
  • mkdirp - Cross-platform mkdir -p.
  • win-spawn - Cross-platform implementation of child_process.spawn().
  • execa - Cross-platform implementation of child_process.{execFile,exec}.
  • which - Cross-platform implementation of Unix's which.
  • user-home - Get the path to the user home directory. Cross-platform.
  • opn - Opens stuff like websites, files, executables. Cross-platform.
  • log-symbols - Colored symbols for various log levels with Windows fallbacks.
  • figures - Unicode symbols with Windows fallbacks.
  • del - Delete files and folders. Cross-platform.
  • cpy - Copy files. Cross-platform.
  • fkill - Kill processes. Cross-platform.
  • graceful-fs - Improves the fs module, especially on Windows.
  • chokidar - Improved cross-platform file watching.
  • shelljs - Cross-platform Unix shell commands.
  • cross-env - Set environment variables cross-platform.

awesome-cross-platform-nodejs's People

Contributors

bcoe avatar sindresorhus avatar

Stargazers

 avatar

Watchers

James Cloos avatar Antoine Bluchet avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.