tgrid
tgrid copied to clipboard
TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
Test whether `StackBlitz` supports `WebSocketServer`, and make playground projects. If `StackBlitzs` does not support `WebSocketServer`, implement only worker protocol utilized.
Make TGrid guide documents again through Nextras.
https://nestia.io/docs/core/WebSocketRoute/ Refactor example projects introduced into https://tgrid.com to utilize NestJS/Nestia (especially `@WebSocketRoute()`). It would be much useful for actual backend developers.
Make README concise, so that introduce only supporting RPC for both websocket and worker protocols.
I thought this wonderful lib is frontend framework agnostic, but I can't seem to get it work. I am trying out the worker examples. Below is a small repro on...
Unfortunately this wonderful technology does not work. the error is returned from here https://github.com/samchon/tgrid/blob/master/src/components/Communicator.ts#L395 everything is done according to the basic documentation the strangest thing is that the error appears...
Same reason with samchon/openapi#163 -------------- This pull request refactors type definitions across multiple files to replace `export import` with `export type` for improved clarity and consistency. Additionally, it updates the...