Node.JS
Evented I/O for V8 JavaScript. Node's goal is to provide an easy way to build scalable network programs. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when a new connection is made, and then it goes to sleep. If someone new connects, then it executes the callback. Each connection is only a small heap allocation.
http://nodejs.org
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:xwaver/nodejs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Sources could not be expanded: devel:languages:nodejs/nodejs: package 'nodejs' does not exist
Comments 0