DEV Community

userJerald
userJerald

Posted on

#helpmeout

I developed a very simple queuing system using NodeJS for my server. It is connected to network so clients can connect and communicate through server. One problem I encounter is when clients call at same time, they get to call same number. One solution I have in mind is to make a queue on calling api route but don't know to do it. Can you help me out? please.

Top comments (0)