|
|
|
|
|
by nighmi
1083 days ago
|
|
I've been working on porting golang's net/http and gorilla/websocket libs to Racket for the past few months (I don't like the servelet model.) Does anyone have insight into how that model might not be optimal in a Scheme enviroment or how to better optimize it? |
|
Are you stating with RFC 6455's implementation and just changing the API or trying to approximate the implementations?