Flare
š Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
Install / Use
/learn @soulteary/FlareREADME
Flare
Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
š§ Code is being prepared and refactored, commits are slow.
Feature
Simple, Fast, Lightweight and super Easy to install and use.
- Written in Go (Golang) and a little Modern vanilla Javascript only.
- HTTP stack: Echo v5.
- Doesn't depend on 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.
ScreenShot
TBD
Documentation
TBD
- Browse automatically generated program documentation:
godoc --http=localhost:8080
Directory
āāā 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
