Home

Awesome

Hackernews sauron

A hacker news clone in ~1k lines of rust. This is using sauron web-framework.

Feature

Quickstart

Prerequisite:

cargo install wasm-pack

Compile and run

git clone --depth=1 https://github.com/ivanceras/hackernews-sauron

cd hackernews-sauron

wasm-pack build client --release --target web

cargo run --release --bin server

Navigate to http://localhost:3030

Screenshot

Online demo