This repository contains all the snippets and small code samples I'm testing and exploring.
Simple chat on web sockets with redis pubsub.
See README for additional information.
Just send and receive simple value via rabbitMQ.
See README for additional information.
REST Service that handle two operations:
PUT /queue?v=msg # Add message to queue
GET /queue?timeout=N # Retrive first message from queue or wait N seconds
See README for additional information.
Colorful slog configuration that decorates logs with pretty color.
See README for additional information.
Simple cluster CRDT counter based on Hashicorp Memberlist library.
See README for additional information.
File uploader on Fiber with Minio.
See README for additional information.
Simple file server
See README for additional information.