• Stars
    star
    1
  • Language
    Go
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Go source code to demonstrate three techniques for concurrent fetching of multiple urls over http.

More Repositories

1

web-based-jobs-worker-service

Fast and secure lightweight go-based backend deamon to spin up and fully control multiple remote jobs (applications or shell commands) with timeout and resources limitations options. Useful to remotely schedule actions and monitor systems without ssh into - just use your usual web browser.
Go
4
star
2

gosnippets

some real-world code snippets into golang used into some of my several back-ends services and console-based tools.
Go
3
star
3

goalgo

This repository contains some coding challenges tasks done completely into golang. Feel free to learn from them.
Go
3
star
4

pingo

PinGO is a standalone and feature-rich tool for common IP-based reachability checking tasks. Ping or Trace any IP address and Observe in real-time the statistics.
Go
3
star
5

eprocessor

eprocessor is a simple Go-based tool to process a specific and well formatted csv-based file.
Go
2
star
6

moreloves

Go-based 2D game to relax after a long coding time. It aims at chasing for more loves with lots of precision before any action.
Go
2
star
7

gorqs

Go-based concurrent-safe library to start and stop a Queue with capabilities to asynchronously push jobs and execute them either into sync or async fashion. Along with capability to fetch their execution results.
Go
2
star
8

gostream

A go-based cross-platform commands executor which load commands from shell or multi-formatted files (json, yaml ,toml) and multi-stream the output to many destinations (files and terminal) with the posibility of adding an execution timeout.
Go
1
star
9

demo-redis

Demo Go-based RestFul API backend implementation with Redis & HTTP-Router. Driven by DDD approach in a flat style project structure for simplicity.
Go
1
star
10

geosearch

A go-based WebApp and RestFul API platforms to search for jobs based on user location with google maps display integration.
Go
1
star
11

goeats

Fun 2D game designed and built into Go for my daughter (ma fille). Learn to think to move fast and deal with challenges to reach goals.
Go
1
star
12

gomazes

Awesome 2D Maze-based games to play with kids in family and with friends on rich console UI. developed into Go.
Go
1
star
13

gotobrokers

RestFul API backend to demonstrate a full scale interaction templates between Go (publishers & subscribers) and common & modern message brokers.
1
star
14

netoverlap

go-based cli utility that provides overlapping relation between two IPv4 or IPv6 network prefixes provided into cidr format.
Go
1
star
15

backend-api

Demo of a fullscale Go-based RestFul API backend implementation with PostgreSQL and MongoDB as persistences layers.
Go
1
star
16

gotodatabases

RestFul API backend to demonstrate a full scale interaction templates between Go and common & modern databases.
1
star
17

gorsn

simple and high-concurent and scalable go library for monitoring a folder tree and notifying on any sub-content changes.
Go
1
star
18

go-digital-root-algorithms

This is a short full scale coding challenge consisting of implementing two algorithms that compute the digital root of a given number. Each function has its unit test and benchmark implementations as well. Outputs have been provided to see how looks like the execution results.
Go
1
star
19

demo-mtls

This is a cross-platform go tool to demonstrate the implementation of mTLS (Mutual TLS) and how useful it can be to setup authorization on top of TLS certificate - known as Certificate Bound Token. This program could be run into client or server mode. All certificates (for root & clients CAs, server and clients) are auto generated.
Go
1
star