Skip to content

Commit 0b7f34a

Browse files
committed
updated readme
1 parent f4e00e8 commit 0b7f34a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# fullstackarap
22

3-
A full-stack application using gRPC and Protocol Buffers for client-server communication.
3+
The objective of this project is to show how to create a fullstack app with Rust, Nuxt, gRPC, and TypeScript.
4+
5+
The pain of keeping types in sync between frontend and backend is a problem that I personally wanted to solve. I'm not a fan of "isomorphic" javascript frameworks (Next, Nuxt), mainly because I don't want to write servers in Javascript.
6+
7+
This allows me to write the backend in Rust and the frontend in Nuxt without sacrificing type safety and ergonomics.
48

59
## Architecture
610

0 commit comments

Comments
 (0)