Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
π§ Code is being prepared and refactored, commits are slow.
Simple, Fast, Lightweight and super Easy to install and use.
- Written in Go (Golang) and a little Modern vanilla Javascript only.
- Doesn't depend any database or any complicated framework.
- Single executable, no dependencies required, good docker support.
- You can choose whether to enable various functions according to your needs: offline mode, weather, editor, account, and so on.
TBD
TBD
- Browse automatically generated program documentation:
godoc --http=localhost:8080
βββ build build script
βββ cmd user cli/env parser
βββ config config for app
βΒ Β βββ data data for app running
βΒ Β βββ define define for app launch
βΒ Β βββ model data model for app
βββ docker docker
βββ embed resource (assets, template) for web
βββ internal
βΒ Β βββ auth user login
βΒ Β βββ fn fn utils
βΒ Β βββ logger logger
βΒ Β βββ misc
βΒ Β βΒ Β βββ deprecated
βΒ Β βΒ Β βββ health
βΒ Β βΒ Β βββ redir
βΒ Β βββ pages
βΒ Β βΒ Β βββ editor
βΒ Β βΒ Β βββ guide
βΒ Β βΒ Β βββ home
βΒ Β βββ resources static resource after minify
βΒ Β βββ server
βΒ Β βββ settings
βΒ Β βββ version
βββ main.go