Skip to content
Snippets Groups Projects
how-is-node-put-together.md 255 B
Newer Older
##  How is node put together?

Stefan Dierauf's avatar
Stefan Dierauf committed
* Google v8 engine that compiles/optimizes Javascript
* High performance parts written in C (http, etc)
* Bridge between high performance parts to v8 (via v8 apis)
* Libuv as an abstraction layer for network and file system