tgrid icon indicating copy to clipboard operation
tgrid copied to clipboard

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols

Results 9 tgrid issues
Sort by recently updated
recently updated
newest added

Entirely remade https://www.tgrid.com

enhancement
documentation

Test whether `StackBlitz` supports `WebSocketServer`, and make playground projects. If `StackBlitzs` does not support `WebSocketServer`, implement only worker protocol utilized.

enhancement

Make TGrid guide documents again through Nextras.

enhancement
documentation

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.

enhancement
documentation

Make README concise, so that introduce only supporting RPC for both websocket and worker protocols.

documentation

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...

question

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...

enhancement