A portable hybrid distributed OS based on Inferno, LuaJIT and Libuv
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LuaJIT-2.0.4
doc
fs
images
libuv-1.6.1
src
.gitignore
LICENSE
Makefile
README.md
lib9.make
libbio.make
libnode9.make
libsec.make
libuv
luajit
ndate.make
node9.make
premake5.lua
rebuild.sh
run.sh

README.md

Node9 is a hosted 64-bit operating system based on Bell Lab's Inferno OS, but using the Lua scripting language instead of Limbo and the LuaJIT high performance virtual machine instead of the Dis virtual machine. It also uses the libuv I/O library for maximum portability, efficient event processing and thread management.

See the node9-hackers-guide.txt file in ./doc for more information.

For current status and development information, check out the Wiki

See Also: