Skip to content

RomanosTrechlis/GoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoServer

Web application server in golang.

0. Change Log

v0.3.1

  • goimports
  • limit function scope
  • add command flags for configuration
  • package restructure
  • add doc.go for godoc cmd

v0.3.0

  • authentication with cookies
  • middleware for authentication
  • middleware for logging
  • chaining multiple middleware
  • use of gorilla mux for routing

v0.2.1

  • flat out packages
  • refactor code

v0.2.0 updates

  • refactor code by feature
  • add config file in json format

v0.1.0 updates

  • basic skeleton of the application

1. Introduction

This is a Web Application that provides blog and wiki functionality.

It is based upon several great tutorials found on the net.

2. TODO

  1. Add a database
  2. Make a Registration feature
  3. Add css for wiki
  4. Expand configuration
  5. Learn how to package files
  6. Keep refactoring code

3. Contact information

Romanos Trechlis @r_trechlis

www.romanostrechlis.com