DEV Community

Discussion on: Let's try building a Scalable system

Collapse
 
sriramr98 profile image
Sriram R

If you're on node, you can do the processing inside a promise. It won't make it faster, but atleast the thread would be non blocking.