Skip to content

gomatic/opinionated

Repository files navigation

It's ... opinionated ... Go

Build Status

A starter Go/Web application framework in the style of hackathon-starter. Started in response to this reddit.

See the wiki for design ideas and goals.

TODO

Server

  • basic server on goa
    • static files
  • middlewares
    • logging
    • caching
    • headers
  • tls
  • tests
  • auth
    • facebook
    • google
    • twitter
    • github
    • linkedin
    • instagram
  • persistence

Client

  • landing page
  • tests
  • auth
    • facebook
    • google
    • twitter
    • github
    • linkedin
    • instagram
  • demos
    • websocket chat
    • todo list