ihrankouski / vroom

HTTP services routing abstraction layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vroom

HTTP services routing abstraction layer.

Supports routing of protocols:

  • HTML requests (text/html)
  • XHR (AJAX) requests (application/json)
  • WebSocket requests (ws://)

Features:

  • simple yet flexible router configuration
  • user authentication via secure cookies
  • reporting of runtime errors (panic)

Depends on:

  • Gorilla mux router and sessions

About

HTTP services routing abstraction layer

License:Apache License 2.0


Languages

Language:Go 100.0%