fnguye1 / My-Projects

0 stars 0 forks source link

[Node.js FastTrack] Assignment 2: Dropbox - Ready for Review #3

Open fnguye1 opened 8 years ago

fnguye1 commented 8 years ago

My Assignment 2 - CLI Utilities is ready for review. /cc @codepathreview @codepath

A Quick Note: My Dropbox program is working fine. But somehow getting this error. It is intermittently. Could not get it resolved.

--------Error--------- inside file events.js:141 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at exports._errnoException (util.js:855:11) at TCP.onread (net.js:544:26) --------Error----------------

codepathreview commented 8 years ago

That error is probably due to the server disconnecting and the client fails to reconnect. Don't worry about it.

:+1: nice work. The point of this homework was to explore a simple example of a full server application with a REST API and CLI while interacting with the filesystem. Here's a checklist of things that I'm looking for in this project. You should review the checklist, and make any changes to your project, if necessary.

In general, you should challenge yourself to create fast stable applications with strict APIs. That's where you'll find all the rough edges of the node.js runtime and earn the next level of mastery.