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

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.

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.