The problem with Common Lisp "networking" is that we do not have sockets in the CL standard, so each implementation has its own socket API. We have some attempts to give a common interface, for example, usocket
. You can find a list of network-related packages here .
If you need web infrastructure, check out Caveman . I haven't used it yet, but it looks like the most comprehensive CL web environment I have ever seen.
source share