Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.04 KB

raven

Raven (just like the raven messengers on Westeros in Game of Throne), which is a distributed news and social networking service written in Golang. The front-end is implemented with HTML and Go, while the backend, known as citadel, are multiple servers that replicate changes over the cluster to maintain consistency and availability in unreliable networks.

Team

  • Captain: TBD
  • Sailer 1: xg626
  • Sailer 2: TBD

Description

The application is based on three parts:

  1. Front-end:
  2. Back-end: Citadel

Questions

  • Password parsing: <input type="password" name="userpswd" value="qwerty"><br />. I changed the name="password" to name="userpswd", then r.FormValue("userpswd") is not longer empty. To be answered.
  • iterating-through-map-in-template

Reference

  1. Session: github.com/gorilla/sessions