Skip to content

All-in-one study repository for some small stuff and snippet about golang code

License

Notifications You must be signed in to change notification settings

mortum5/go-playground

Repository files navigation

go-playground

Repository Top Language Github Open Issues GitHub contributors

About

This repository contains all the snippets and small code samples I'm testing and exploring.

Web Chat

Simple chat on web sockets with redis pubsub.

See README for additional information.

RabbitMQ example

Just send and receive simple value via rabbitMQ.

See README for additional information.

Simple brocker message

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.

Logger

Colorful slog configuration that decorates logs with pretty color.

See README for additional information.

Cluster

Simple cluster CRDT counter based on Hashicorp Memberlist library.

See README for additional information.

Minio

File uploader on Fiber with Minio.

See README for additional information.

File server

Simple file server

See README for additional information.

About

All-in-one study repository for some small stuff and snippet about golang code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published