Skip to content
/ raven Public

Raven is an distributed online news and social networking service on which users post and interact with messages.

Notifications You must be signed in to change notification settings

googlr/raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Raven is an distributed online news and social networking service on which users post and interact with messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages