Home > Article > Web Front-end > NodeJS can do anything: 10 surprising NodeJS open source projects
The following is the NodeJS open source project I compiled for you. Interested students can check it out.
##1.NodeOS NodeOS is a friendly operating system developed using NodeJS. The operating system is It is completely built on the Linux kernel, and uses shell and NPM for package management. Using NodeJS can not only perform package management well, but also manage scripts, interfaces, etc. well. Currently, both Docker and Vagrant are built with the first version of NodeOS. 2.Noduino
Cross-platform development is not easy. One way is to use Web technology and Node-Webkit to develop desktop applications to replace those large and cumbersome development frameworks.
access. It should be noted that Log.io only monitors log changes and does not store logs, but this does not matter, as long as you know which machine the logs are stored on.
Log.io uses the Socket.io library to send activity reports. Like other monitoring tools, Log.io also uses a server-client model. Log.io consists of two parts: server and harveste. The server runs on machine A (server) to monitor and record log messages sent by other machines; the log harvester runs on machine B (client) to monitor and collect machine B. Log changes on the machine and send the changes to machine A. Each machine that needs to record logs needs a harvester.
. Such as Nodecast or Leapcast. Run Nodecast or Leapcast on your PC, launch your mobile device, select an app that supports Chromecast, and then you can map the content on your mobile broadcast to your computer and use your computer as a streamer.Among the two applications, Nodecast is simpler, but has fewer corresponding functions. It has only been tested by YouTube and Google Music ( DEMO). Note that Nodecast should not be confused with the Nodecast library, which uses the DIAL discovery protocol to provide connected devices (similar to Chromecast).
, and there is no need to install the runtime, so some non-technical terminal users do not need to change all the dependent programs of the NodeJS application. If you want to publish a NodeJS application without a GUI, Nexe is your best choice. One drawback of the current application is that it does not work on Windows platforms, only Linux and Mac OS X platforms, and it does not support native NodeJS modules.
The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.
Related articles:
p5.
jsHow to implement and use mouse interaction
nodejs
Generate QR code (the simplest)The above is the detailed content of NodeJS can do anything: 10 surprising NodeJS open source projects. For more information, please follow other related articles on the PHP Chinese website!