cl-gserver
Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.
파일 탐색기
- CI.yml
- analysis.json
- plan.json
- request.md
- fix-guideline.md
- review-guideline.md
- build-image.sh
- Dockerfile
- run-tests.lisp
- ask-timeout.org
- disp_pinned.png
- disp_shared.png
- drawings.graffle
- index.html
- jquery.min.js
- perf-M1Ultra.png
- perf-x86_64.png
- perf.numbers
- perf.txt
- style.css
- toc.min.js
- instrumentation.md
- remoting-state.md
- remoting.md
- agent-usecase-commons.lisp
- array-agent.lisp
- hash-agent.lisp
- atomic-abcl.lisp
- atomic-api.lisp
- atomic-clisp.lisp
- atomic.lisp
- message-box.lisp
- exp-tfifo.lisp
- queue-cas.lisp
- queue-locked.lisp
- queue-sbcl.lisp
- queue.lisp
- envelope.lisp
- remote-ref.lisp
- remoting-api.lisp
- remoting.lisp
- serialization.lisp
- tls-pure.lisp
- tls.lisp
- transport-tcp.lisp
- transport.lisp
- actor-api.lisp
- actor-cell.lisp
- actor-context-api.lisp
- actor-context.lisp
- actor-system-api.lisp
- actor-system.lisp
- actor.lisp
- agent.lisp
- config.lisp
- dispatcher-api.lisp
- dispatcher.lisp
- eventstream-api.lisp
- eventstream.lisp
- fasync-completed.lisp
- fcomputation.lisp
- fsm.lisp
- miscutils.lisp
- package.lisp
- router.lisp
- stash.lisp
- tasks.lisp
- timeutils.lisp
- wheel-timer.lisp
- ca-cert.pem
- ca-key.pem
- client-cert.pem
- client-key.pem
- server-cert.pem
- server-key.pem
- all-remoting-test.lisp
- conditions-test.lisp
- envelope-test.lisp
- remote-ref-test.lisp
- remoting-test.lisp
- serialization-test.lisp
- tls-test.lisp
- transport-test.lisp
- actor-cell-test.lisp
- actor-context-test.lisp
- actor-mp-test.lisp
- actor-system-test.lisp
- actor-test.lisp
- actor-tree-test.lisp
- agent-test.lisp
- all-test.lisp
- array-agent-test.lisp
- atomic-test.lisp
- bounded-queue-test.lisp
- config-test.lisp
- dispatcher-test.lisp
- eventstream-test.lisp
- fasync-completed-test.lisp
- fcomputation-test.lisp
- fsm-test.lisp
- hash-agent-test.lisp
- message-box-test.lisp
- miscutils-test.lisp
- router-test.lisp
- spawn-in-receive-test.lisp
- stash-test.lisp
- tasks-test.lisp
- test-utils.lisp
- timeutils-test.lisp
- unbounded-queue-test.lisp
- wheel-timer-test.lisp
- .gitignore
- .pipeline.yml
- bench-stripped.lisp
- bench.lisp
- CLAUDE.md
- documentation.lisp
- LICENSE
- queues-bench.lisp
- README.md
- sento-remoting.asd
- sento.asd
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
Hello
설명 보기 ▼
Hello
"Hello, world!", "hello, world" 또는 사용자 정의 가능한 텍스트를 출력.
더 많은 정보: <https://www.gnu.org/software/hello/manual/hello.html#Invoking-hello>.
hello
"Hello, world!" 출력:
hello {{[-t|--traditional]}}
전통적인 유형인 "hello, world"를 출력:
hello {{[-g|--greeting]}} "{{greeting_text}}"
문자 메시지 출력:
host
설명 보기 ▼
host
도메인 네임 서버 조회.
관련 항목: `dig`, `resolvectl`, `nslookup`.
더 많은 정보: <https://manned.org/host>.
host {{domain}}
도메인의 A, AAAA 및 MX 레코드 조회:
host -t {{field}} {{domain}}
도메인의 필드 (CNAME, TXT, ...) 조회:
host {{ip_address}}
IP 역방향 조회:
// repository documentation
Was this content helpful?
(0 ratings)
