Replies: 1 comment
-
|
Hi @SteveSuv, thanks for your suggestions. A trpc-inspired API would be super nice to have on the "final" Colyseus 1.0 version. I'd love to get there eventually. I think I'll be able to progress towards this only next year, though. |
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 can get state in client:
why not use action like this:
in server we can write:
then the client not have to use
room.send, but call the action with typed params.it's be inspired by trpc
Beta Was this translation helpful? Give feedback.
All reactions