Skip to content

Commit b925cf8

Browse files
authored
Update README.md
1 parent 897864d commit b925cf8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ The frontend uses Yew (React/Elm-like framework).
55

66
External dependency management is handled with Nix/Nixos.
77

8-
# Planned Features
98

10-
* User accounts.
11-
* "News" article viewing and authoring via markdown.
12-
* A forum system.
13-
* A Bucket Questions game implementation.
14-
* Chat system.
159

1610
# Status
1711
* User accounts, authentication, articles, forum system, and bucket questions game are implemented on the backend.
@@ -22,6 +16,9 @@ External dependency management is handled with Nix/Nixos.
2216

2317
* **Development is suspended at the moment. This project currently serves as an example on how to use Rust to create an integrated webserver + webapp. Development has slowed due to a lack of interest, time, and the fact that the frontend stack suffers greatly from excessively long compiletimes, which makes it hard to work on.** Note: Yew has improved greatly since this was last worked upon. Compile times are down significantly (compiling in debug is now possible). The dominating factors are now a lack of time and interest.
2418

19+
# Alternatives
20+
https://github.com/saschagrunert/webapp.rs This project also shows off how to make a fullstack rust app in a more succinct and organized manner, and is better positioned as a template - provided you agree with choice of actix for the backend with session tokens for authentication versus the choices of warp and JWTs used here.
21+
2522
# Build Instructions
2623
* Initial setup : https://github.com/hgzimmerman/FullstackRustDemo/wiki/Initial-setup
2724
* Release instructions: https://github.com/hgzimmerman/FullstackRustDemo/wiki/Release-Instructions

0 commit comments

Comments
 (0)