LispCookbook / LispCookbook/cl-cookbook
the codes under Chapter websockets didn't work well on cloud server.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 158
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 2
Description
I found that the package CLACK exists some bugs, so that the codes under Chapter websockets didn't work well on cloud server,just work well on localhost.even though the Helloworld example at .
`(defvar *handler*
(clack:clackup
(lambda (env)
(declare (ignore env))
'(200 (:content-type "text/plain") ("Hello, Clack!")))))`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the Chapter websockets examples and the Clack HelloWorld snippet, then compare their behavior on localhost and the cloud server. Reproduce the failure in a cloud deployment and identify the specific error or environment difference; done means the examples work there or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100