Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.79 KB

File metadata and controls

24 lines (16 loc) · 1.79 KB

nodejs-demo

Materials for a pair of Code-Fu presentations on NodeJS, in August and September of 2015

Part 1

Part 1 of this two-part presentation was given on 27-08-2015. It covered the basics of Node's event model, asynchronous reactor events segregated by I/O, and running shell commands/listening for events in the main loop.

Additional links:

Part 2

Part 2 was given on 03-09-2015, and covered webservice architecture in general, discussed athenahealth's various webservice implementations and infrastructure components, and demoed a toy/incomplete PDF conversion webservice that could be used to answer an existing scalability need in athenaNet's production infrastructure.

Demo materials (along with a very large writeup on the PDF conversion service and its raison d'être) are in the Part 2 folder.

The other materials referred to in the presentation (which is in Part 2/Presentation.pptx) are: