Mrkouhadi / go-webapp-starter

A webapp starter written in Go (golang) with three external packages; chi, scs, and nosurf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

  • A starter code base for a webapp written in go (golang) with three external packages:
    1. Routing: github.com/go-chi/chi/v5
    2. Session Managemnt github.com/alexedwards/scs/v2
    3. CSRF Protection: github.com/justinas/nosurf

About

A webapp starter written in Go (golang) with three external packages; chi, scs, and nosurf


Languages

Language:Go 88.6%Language:HTML 11.4%