2017-08-07 22:15:44
go
, 2017-08-07 22:15:44

Are there queue implementations in golang?

Are there ready-made queue implementations in golang, and which web framework is better to choose for creating small web applications.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Y
yurygolikov, 2017-08-07
Shumway

There is an echo microframework - https://echo.labstack.com/
I went.
For queues there is www.rabbitmq.com . Or what are you talking about?

B
blugamire, 2017-08-07
@blugamire

If something is simple for queues, then it is called "channel + go-routine"
If something is fancy, then external means are used. For example, queues based on Tarantool or RabbitMQ or the like.

A
Alexey, 2017-08-08
@MAKAPOH

Are there ready-made queue implementations in golang

There is such a directory of queues - queues.io . Look at the label Go .

S
svolch, 2017-08-17
@svolch

What's wrong with the channels?

A
Arexander, 2018-02-05
@fivec

there is a project https://nats.io/ - native on Go, there are clients for other languages
​​based on their testing faster than competing solutions
on Habré there was an article https://habrahabr.ru/post/326880/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question