jslibs is a standalone SpiderMonkey-based Javascript host. It provides many libraries that provide OS access allowing one to use Javascript for general-purpose development.
nodejs is a V8-based Javascript host that emphasizes event-driven network applications (like web servers). Using it, one can write Javascript on both the client and server sides.