server_client_comm 0.1.6 copy "server_client_comm: ^0.1.6" to clipboard
server_client_comm: ^0.1.6 copied to clipboard

outdated

This package will help you to communicate between server and client easilly! All you have to do is use a `SocketMessage.shrinkT(x,[y])` to serialize into json, and use `SocketMessage.expandT(x)` to se [...]

This package lets you communicate between the server and client, all you need to do is SocketMessage.shrinkT(x,[y]) to turn x into json and make y it's type and SocketMessage.expandT(x) to turn the json string x into an object.

this package uses dson.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

This package will help you to communicate between server and client easilly! All you have to do is use a `SocketMessage.shrinkT(x,[y])` to serialize into json, and use `SocketMessage.expandT(x)` to serialize from json!

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

dson

More

Packages that depend on server_client_comm