Answer the question
In order to leave comments, you need to log in
What are ready-made solutions for working with queues of people in web development?
Tell me, please, any ready-made solutions for working with queues of people in a web project, are there any? To be able to create and save queues, etc.
Answer the question
In order to leave comments, you need to log in
I suspect none in Go, because people are much more long-lived objects than what data structures in a web service operate on. This is somewhere in the area of business logic, and not internal implementation, the solution does not depend on the language.
Google Digital queuing systems.
Theory
Once it is clear what exactly is needed, it will be easier to look for a ready-made solution or implement it yourself.
In Go, queues, like primitives, are called channels.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question