https://github.com/preaction/stupid-websocket-tricks-with-perl
Some tricks you can do with websockets in Perl
https://github.com/preaction/stupid-websocket-tricks-with-perl
Last synced: about 1 year ago
JSON representation
Some tricks you can do with websockets in Perl
- Host: GitHub
- URL: https://github.com/preaction/stupid-websocket-tricks-with-perl
- Owner: preaction
- License: other
- Created: 2015-12-10T20:26:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T04:43:24.000Z (over 10 years ago)
- Last Synced: 2024-04-17T21:17:03.359Z (about 2 years ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TALK NAME
This presentation covers some simple tricks with WebSockets and Perl
## Covered topics
* WebSockets in browsers
* Using WebSockets in Mojolicious
# COPYRIGHT AND LICENSE
Copyright 2015 Doug Bell
The presentation content is licensed under CC-BY-SA 4.0.
The Perl code is licensed under CC-BY-SA 4.0, or the same terms as Perl
itself (Artistic License 1.0, or GPL 1.0+ at your discretion).