Skip to content

Node.js backend that exemplifies the benefits of on-demand data processing using generators over functions.

Notifications You must be signed in to change notification settings

kastorcode/data-processing-generators-vs-functions-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Data Processing: Generators vs Functions

👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode


This code exemplifies the benefits of on-demand data processing using generators in relation to functions.


Screenshot


Installation and execution

  1. Make a clone of this repository;
  2. Open the project folder in a terminal;
  3. Run yarn to install dependencies;
  4. Run yarn server1 and yarn server2 to initialize both servers;
  5. Run yarn start to process data on demand.

<kastor.code/>