Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatut/tuck-remoting
- Owner: tatut
- License: unlicense
- Created: 2018-10-05T17:50:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T07:45:21.000Z (almost 6 years ago)
- Last Synced: 2024-09-17T00:06:13.746Z (4 months ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.