google / google/codeworld

Use something smarter than `Show/Read` for the websockets protocol

オープン
#409 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
cleanup
主要言語
Haskell
スター
1.3k
フォーク
201
PR マージ指標
30日以内にマージされた PR はありません

説明

I just tried to use `Data.Serialize` with generic deriving, but am stuck. While `Network.WebSockets` (the server side) has no problems sending binary data (as a `ByteString`) over the wire, the corresponding support in ghcjs, at , seems to be shaky. I might get a `Blob` out, but I do not see how to get a `ByteString` out.

I think I was at this point before, so I record this here.

Either I need to figure out how to work with `ByteString` in GHCJS, or use a different serialization library which targets `Data.Text`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。