Boxon.cast( fs.readfile, 'myfile' ) .then( function( content ){ console.log( content ) }) .catch( function( err ){ console.log( "Error", err ) });