Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatut/tuck-remoting

Supplemental remoting library for Tuck: send events between client and server
https://github.com/tatut/tuck-remoting

Last synced: 3 months ago
JSON representation

Supplemental remoting library for Tuck: send events between client and server

Awesome Lists containing this project

README

        

## Tuck remoting

This library is a supplemental library for [Tuck](https://github.com/tatut/tuck) that
extends events to work between client and server.

You can define Tuck events to be sent to the server and implement the event on the server side.
The server will also receive a handle to send events back to the client.

This library works with WebSockets.

### Example

See in the `example` folder for a very simple multiuser chat application using this library.