Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Golang Url Shortener | 237 | 2 years ago | April 21, 2022 | 14 | mit | Go | ||||
URL Shortener written in Golang using Bolt DB or Redis. Provides features such as Deletion, Expiration, OAuth and is of course Dockerizable. | ||||||||||
Myurls | 194 | a month ago | 6 | mit | Go | |||||
Your Own URL Shortener | ||||||||||
Urlsh | 127 | 2 months ago | 14 | May 04, 2021 | mit | Go | ||||
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend | ||||||||||
Delta | 88 | 2 years ago | mit | JavaScript | ||||||
A file uploader + URL shortner written in node for your private cloud | ||||||||||
Kurz.go | 75 | 5 years ago | April 06, 2012 | 1 | mit | HTML | ||||
a url shortener made using go and redis | ||||||||||
Goshorty | 74 | 9 years ago | May 30, 2021 | 1 | Go | |||||
A URL shortener in Go with Redis as the backend | ||||||||||
Katana | 70 | 6 years ago | mit | Ruby | ||||||
ready to go heroku hosted URL shortener based on guillotine | ||||||||||
Reducio | 69 | 7 months ago | 83 | unlicense | Scala | |||||
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰ | ||||||||||
Beebee | 56 | 4 months ago | 2 | mit | Elixir | |||||
URL shortener for http://s76.co | ||||||||||
Gohort | 34 | 8 years ago | May 22, 2021 | bsd-3-clause | Go | |||||
A simple URL shortener written in Go programming language. |
A URL shortener written in Go.
Lyrics by 50 Cent ;]
Go, shorty
It's your birthday
We gon' party like it's your birthday
We gon' sip Bacardi like it's your birthday
Go, obviously :)
Some gorilla packages:
$ go get github.com/gorilla/mux
Redigo:
$ go get github.com/garyburd/redigo/redis
User agent parser:
$ go get github.com/mssola/user_agent
Go's implementation of Maxmind GeoIP API:
$ go get github.com/nranchev/go-libGeoIP
Download and extract MaxMind's GeoIP Country Database in binary format:
$ wget -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
$ gunzip GeoIP.dat.gz
$ go build
$ ./goshorty