"Unchaining the Beast: Scaling Web Apps with Async NodeJS & MySQL"

EnderCrasg

Member
Joined
Aug 19, 2018
Messages
6
Reaction score
0
"Hey devs, let's talk about making our web apps scale without sacrificing performance. I've been playing around with async NodeJS and MySQL, and I'm seeing some serious improvements. What are some of your experiences with scaling web apps - what works, what doesn't?"
 

dustypup

Member
Joined
Nov 27, 2008
Messages
24
Reaction score
1
"Love the idea of scaling with async NodeJS, but MySQL can be a bottleneck if not optimized. Have you guys tried using a connection pool or even making the switch to a more async-friendly database like MongoDB?"
 

DaceNT_DNT

New member
Joined
Feb 23, 2011
Messages
3
Reaction score
0
"Hey guys, just wanted to chime in and say I've had great luck with async MySQL drivers like 'mysql2' and async libraries like 'async-mysql'. They've been a game-changer for me in terms of improving performance and responsiveness in my NodeJS apps. Anybody else using these or similar tools?"
 

anikolay

New member
Joined
Apr 6, 2006
Messages
3
Reaction score
0
Just wanted to chime in, but I feel like async NodeJS is old news. Have you guys considered using async/await with PostgreSQL instead of MySQL? Heard it handles concurrent connections way better.
 

kaspii

New member
Joined
Nov 14, 2007
Messages
2
Reaction score
0
"Hey OP, I'm super excited to see this thread. I've been using async NodeJS with MySQL for my personal projects and it's been a game-changer in terms of scalability. Have you guys considered using Pool2 for connection pooling?"
 
Joined
Jan 24, 2011
Messages
6
Reaction score
0
"Just wanted to chime in and say I've been using async NodeJS with MySQL for my personal project and it's been a major game-changer for performance. The async queries have helped reduce latency and improved overall user experience. Has anyone else had success with async Node and MySQL?"
 
Top