We would probably need two examples then: * An "application" example to compare how the tools let you write a simple yet non trivial application on top of existing libraries. * A "library" example to test compatibility with the rest of the ecosystem.
The streamline tutorial falls in the first category. It tests the ability of the tool to deal with 3 types of common operations (web service calls, fs calls, database calls) and it tackles common problems that every application developer will face (exception handling, parallelization). For the second category, what about a basic SMTP client? Something that would handle the low level dialog described in http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example and would expose a simple API to send messages. Of course the API should be aligned on node's standards and the example would also include a piece of "standard" node code that exercises the API. On Monday, April 1, 2013 2:26:51 AM UTC+2, Mikeal Rogers wrote: > > How do you express compatibility with the majority of the node.js > ecosystem as a code sample? > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
