Skip to content

blogscot/hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Hacker News Clone

This repository contains a very simple clone of the Hacker News (HN) website. It is my solution to the Gophercises exercise #13. On this occasion, I chose to implement this exercise from scratch, as it didn't seem too difficult.

This HN implementation loads and caches 30 headlines using multiple goroutines to maximise loading speed. While the cache is valid, http requests to the web page will display the stored headlines; every 15 minutes the cached headlines are automatically refreshed.

About

Yet another Hacker News clone example in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published