You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# fullstackarap
2
2
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.
0 commit comments