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.
- Captain: TBD
- Sailer 1: xg626
- Sailer 2: TBD
The application is based on three parts:
- Front-end:
- Back-end:
Citadel
- Password parsing:
<input type="password" name="userpswd" value="qwerty"><br />
. I changed thename="password"
toname="userpswd"
, thenr.FormValue("userpswd")
is not longer empty. To be answered. - iterating-through-map-in-template
- Session: github.com/gorilla/sessions