SlideShare ist ein Scribd-Unternehmen logo
1 von 39
node.js
server of many uses




          Mike Brevoort
   Colorado Springs Open Source Users Group
               23 February 2012
Mike Brevoort
    @mbrevoort

    work at...

(though opinions expressed in this presentation are
    my own and not meant to represent Pearson)
agenda

very brief intro to node.js
a tour of some
“unconventional” uses of
node.js


 * though I don’t particularly like the work conventional
node.js
An Evented I/O network server
for Javascript


       created by   sponsored by
       Ryan Dahl
“Most languages were designed to
solve computational problems, but
      Node.js is different.

   Node.js was designed from the
ground up to efficiently handle the
communication that is at the heart
   of modern web applications.”



                    http://www.joyentcloud.com/products/smart-appliances/
                                    node-js-smartmachine/
generating load
Chris Johnson @mast3rof0
“Mozilla uses a single node
thread to simulate 180K users! I
have commercial testing gear that
can't do that! #nodesummit”
                        - 1/24/2012
https://gist.github.com/1861747
interprocess RPC
DNode             async rpc through
                  sockets/JSON

        symmetric remote function calling

        between processes

        to/from the browser via socket.io

        JSON protocol

        dnode ports in ruby, java, php,
        perl


               https://github.com/substack/dnode
server   client
headless testing
fast headless simulated
zombie.js
            browser testing




    emulation
fast headless simulated
zombie.js
                   browser testing

  HTML5 parsing and        Cookies and Web
  dealing with tag         Storage
  soups
                           XMLHttpRequest in all
  DOM Level 3              its glory
  implementation
                           setTimeout/
  HTML5 form fields        setInterval
  (search, url, etc)
                           pushState, popstate
  CSS3 Selectors with      and hashchange events
  some extensions
                           alert, confirm and
                           prompt
headless WebKit with
         JavaScript API



Fast and native
NOT node.js
But node is commonly used as an
orchestrator
phantomjs-node




   “...implements a nauseously
      clever bridge between
        Phantom and Node”
screenshotting
screenshot-app                   web screenshotting




  curl http://localhost:3000/cnn.com > cnn.png




              https://github.com/visionmedia/screenshot-app
webcrawling
browser APIs or
   fallbacks
node-canvas HTML5 server-side canvas
                 API fallback

     run canvas API calls in node, send
     an image back to the client

     great for some mobile use cases

     legacy browser fallback




          https://github.com/LearnBoost/node-canvas
Deployments
Propagit multi-server git deployment
                        over http
                                                                drone   repos/somerepo.git




                                                                drone   repos/somerepo.git



git push http://hubhost:6001/
       somerepo master                      Hub

                                                                drone   repos/somerepo.git




                                                                drone   repos/somerepo.git




                         https://github.com/substack/propagit
Propagit multi-server git deployment
                          over http
                                                                               deploy/
                                                                  drone   somerepo.ed56c...




propagit deploy --hub=hubhost:6000 --secret=beepboop 
   somerepo ed56c6e85731d412fe22cf437cb63130afc34b07
                                                                               deploy/
                                                                  drone   somerepo.ed56c...



                                              Hub
                                                                               deploy/
                                                                  drone   somerepo.ed56c...




                                                                               deploy/
                                                                  drone   somerepo.ed56c...




                           https://github.com/substack/propagit
Propagit multi-server git deployment
                         over http
                                                                              deploy/
                                                                         somerepo.ed56c...
                                                                 drone
propagit spawn --hub=hubhost:6000 --secret=beepboop 
  somerepo ed56c6e85731d412fe22cf437cb63130afc34b07 
                -- node server.js 8085
                                                                              deploy/
                                                                 drone   somerepo.ed56c...



                                              Hub
                                                                              deploy/
                                                                 drone   somerepo.ed56c...




                                                                              deploy/
                                                                 drone   somerepo.ed56c...




                          https://github.com/substack/propagit
load balancing
Bouncy   programmatic http load
         balancer and router




         https://github.com/substack/bouncy
Bouncy   programmatic http load
         balancer and router




         https://github.com/substack/bouncy
network tracing
node_pcap       libpcap bindings

     decode, print and analyze
     packets
     node makes it very nice since
     each packet is emitted as a
     Buffer by the EventEmitter




            https://github.com/mranney/node_pcap
shell scripting
shell scripting
fs core library - abstract OS or
shell implementation details

can leverage the node module
ecosystem

great if you need to do I/O beyond
filesystem

npm client
fs.watch(filename, [options], listener)
Procstreams pipe-able and composable
                shell scripting in node




          https://github.com/polotek/procstreams
tip of the
           iceberg
Load generation   Browser fallbacks

IPC               Deployment

Testing           Load balancing

Screenshotting    Network tracing

Webcrawling       Shell scripting
Thanks!

Questions?


     Mike Brevoort
     @mbrevoort

Weitere ähnliche Inhalte

Kürzlich hochgeladen

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Kürzlich hochgeladen (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 

Empfohlen

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Empfohlen (20)

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 

Node.js Server of Many Uses

  • 1. node.js server of many uses Mike Brevoort Colorado Springs Open Source Users Group 23 February 2012
  • 2. Mike Brevoort @mbrevoort work at... (though opinions expressed in this presentation are my own and not meant to represent Pearson)
  • 3. agenda very brief intro to node.js a tour of some “unconventional” uses of node.js * though I don’t particularly like the work conventional
  • 4. node.js An Evented I/O network server for Javascript created by sponsored by Ryan Dahl
  • 5. “Most languages were designed to solve computational problems, but Node.js is different. Node.js was designed from the ground up to efficiently handle the communication that is at the heart of modern web applications.” http://www.joyentcloud.com/products/smart-appliances/ node-js-smartmachine/
  • 7. Chris Johnson @mast3rof0 “Mozilla uses a single node thread to simulate 180K users! I have commercial testing gear that can't do that! #nodesummit” - 1/24/2012
  • 9.
  • 11. DNode async rpc through sockets/JSON symmetric remote function calling between processes to/from the browser via socket.io JSON protocol dnode ports in ruby, java, php, perl https://github.com/substack/dnode
  • 12. server client
  • 14. fast headless simulated zombie.js browser testing emulation
  • 15. fast headless simulated zombie.js browser testing HTML5 parsing and Cookies and Web dealing with tag Storage soups XMLHttpRequest in all DOM Level 3 its glory implementation setTimeout/ HTML5 form fields setInterval (search, url, etc) pushState, popstate CSS3 Selectors with and hashchange events some extensions alert, confirm and prompt
  • 16. headless WebKit with JavaScript API Fast and native NOT node.js But node is commonly used as an orchestrator
  • 17. phantomjs-node “...implements a nauseously clever bridge between Phantom and Node”
  • 19. screenshot-app web screenshotting curl http://localhost:3000/cnn.com > cnn.png https://github.com/visionmedia/screenshot-app
  • 21.
  • 22.
  • 23. browser APIs or fallbacks
  • 24. node-canvas HTML5 server-side canvas API fallback run canvas API calls in node, send an image back to the client great for some mobile use cases legacy browser fallback https://github.com/LearnBoost/node-canvas
  • 26. Propagit multi-server git deployment over http drone repos/somerepo.git drone repos/somerepo.git git push http://hubhost:6001/ somerepo master Hub drone repos/somerepo.git drone repos/somerepo.git https://github.com/substack/propagit
  • 27. Propagit multi-server git deployment over http deploy/ drone somerepo.ed56c... propagit deploy --hub=hubhost:6000 --secret=beepboop somerepo ed56c6e85731d412fe22cf437cb63130afc34b07 deploy/ drone somerepo.ed56c... Hub deploy/ drone somerepo.ed56c... deploy/ drone somerepo.ed56c... https://github.com/substack/propagit
  • 28. Propagit multi-server git deployment over http deploy/ somerepo.ed56c... drone propagit spawn --hub=hubhost:6000 --secret=beepboop somerepo ed56c6e85731d412fe22cf437cb63130afc34b07 -- node server.js 8085 deploy/ drone somerepo.ed56c... Hub deploy/ drone somerepo.ed56c... deploy/ drone somerepo.ed56c... https://github.com/substack/propagit
  • 30. Bouncy programmatic http load balancer and router https://github.com/substack/bouncy
  • 31. Bouncy programmatic http load balancer and router https://github.com/substack/bouncy
  • 33. node_pcap libpcap bindings decode, print and analyze packets node makes it very nice since each packet is emitted as a Buffer by the EventEmitter https://github.com/mranney/node_pcap
  • 35. shell scripting fs core library - abstract OS or shell implementation details can leverage the node module ecosystem great if you need to do I/O beyond filesystem npm client
  • 37. Procstreams pipe-able and composable shell scripting in node https://github.com/polotek/procstreams
  • 38. tip of the iceberg Load generation Browser fallbacks IPC Deployment Testing Load balancing Screenshotting Network tracing Webcrawling Shell scripting
  • 39. Thanks! Questions? Mike Brevoort @mbrevoort

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. node is like a project manager\n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n