Which regularly maintained and stable libraries are available for hosting a WebSocket server using Common Lisp or Scheme?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The Common Lisp wiki, cliki, links to two WebSocket libraries, both of which are available through Quicklisp. You should evaluate both of them and see which meets your needs. (Edit: clws appears to be the more actively maintained of the two.) |
||||
|
|
|
Racket has a WebSocket library: http://docs.racket-lang.org/net/websocket.html |
|||
|
|
|
Well, there's the cl-websocket library for Common Lisp. |
|||||
|