portal icon indicating copy to clipboard operation
portal copied to clipboard

Portable Websocket Server for Common Lisp. THIS PROJECT HAS MOVED

Results 6 portal issues
Sort by recently updated
recently updated
newest added

This pull request is currently a draft until you are done with changes. Thanks so much for working on this. You are doing many great things that I have not...

Just from our conversation yesterday I thought I'd add this in case we want to think more about how we would do that: https://github.com/charJe/portal/blob/master/portal.lisp#L292 and https://github.com/charJe/portal/blob/master/portal.lisp#L298

good first issue

Let's add some nice conceptual documentation/background info for how the websocket class fits in with the rest of the library. https://github.com/charJe/portal/blob/master/portal.lisp#L220

documentation

Currently there is a single global server per lisp process. It should be possible to havr more than one and each one have its own defined resources.

enhancement

The `stash` slot of the websocket class should be a smart-buffer, and stash related functions should be updated. This change will also force the argument of the `:message` function to...

bug
breaking

This is an issue to add basic documentation/doc string to `define-resource` besides the code: https://github.com/charJe/portal/blob/master/portal.lisp#L38 Let's capture our thoughts about it here and then if you'd like I can open...

documentation