Skip to content

curtkrone/node-the-right-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-the-right-way

Examples from Node.js the Right Way

Getting 0MQ Running on Ubuntu

Using instructions from here, but configure failed looking for libsodium.

Installed libsodium using instructions from here.

Getting 0MQ Running on Mac OS X

Instructions in the book were mostly correct, but npm install zmq initially failed. The solution is to install pkg-config, e.g. 'brew install pkg-config'

Found that fix here.

About

Examples from Node.js the Right Way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published