https://github.com/jasonshin/bondi-websocket-protocol
Websocket protocol implementation in Bondi language for Programming in Patterns class for UTS.
https://github.com/jasonshin/bondi-websocket-protocol
Last synced: 10 months ago
JSON representation
Websocket protocol implementation in Bondi language for Programming in Patterns class for UTS.
- Host: GitHub
- URL: https://github.com/jasonshin/bondi-websocket-protocol
- Owner: JasonShin
- Created: 2016-10-13T00:51:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T04:58:21.000Z (over 9 years ago)
- Last Synced: 2025-09-15T18:54:39.517Z (10 months ago)
- Language: OCaml
- Size: 263 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bondi-Websocket-Protocol
Websocket protocol implementation in Bondi language for Programming in Patterns class for UTS.
It is a Websocket protocol implementation written from scratch
#Websocket RFC version 13
Please Google Websocket RFC version 13 for specification
#Requirements
It requires to modify Bondi compiler source code. Use datum.ml.
#Motivation
Attempt to utilise powerful pattern matching feature of the language to create Websocket protocol.