An open API service indexing awesome lists of open source software.

https://github.com/kaleidawave/hackernews-prism

A clone of Hacker News built with Prism, Rust and Actix-web
https://github.com/kaleidawave/hackernews-prism

actix-web hackernews-clone hydration isomorphic prism-compiler rust-lang

Last synced: about 1 year ago
JSON representation

A clone of Hacker News built with Prism, Rust and Actix-web

Awesome Lists containing this project

README

          

# Hackernews Prism

A clone of [Hackernews](https://news.ycombinator.com/news) built with [Prism](https://github.com/kaleidawave/prism), [Rust](https://www.rust-lang.org/) and [Actix-web](https://github.com/actix/actix-web).

Built using the [Hackernews REST API](https://github.com/HackerNews/API).

Inspired by [hn.svelte.dev](https://github.com/sveltejs/hn.svelte.dev).

This project shows the main benefits of using Prism which no other framework / compiler has:

- Smallest bundle size
- Isomorphic Rust compilation
- JIT Hydration

### Run

```
git clone https://github.com/kaleidawave/hackernews-prism.git
cd hackernews-prism
npm install
npm run build
npm start
```