Blitz "lite"
#2567
Replies: 1 comment
-
|
Yes, great idea! Can you open an issue for this (vs discussion)? That way it is tracked and not lost in discussions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've only recently been checking out Blitz and I was wondering if there any way to set up a project that just has the core query/RPC functionality and nothing else?
I'm building a project that I intend to be fairly stateless (no server side sessions), uses a remote service for authentication, and only uses a Redis database as a job queue.. no other database or schema.
The RPC functionality would be fantastic as it would remove all the boilerplate of client/server communication for a setup that's really just a 1 client / 1 server situation.. but I'm worried that blitz is designed to do much more for you and would end up being a bad fit.
Would be interested in any thoughts!
Beta Was this translation helpful? Give feedback.
All reactions