diff options
| author | polwex <polwex@sortug.com> | 2025-10-06 07:58:25 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-06 07:58:25 +0700 |
| commit | 410cc8e8949c6ab0677daebbad10cea5f1b9686c (patch) | |
| tree | 2946ca36a81d5642fb8cd53a2268ecca0e89b59e /app/lib/json/common.hoon | |
| parent | c4b392a179048f936c062f5ffccc2bc25627e500 (diff) | |
added websockets server logic to nostrill
Diffstat (limited to 'app/lib/json/common.hoon')
| -rw-r--r-- | app/lib/json/common.hoon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/json/common.hoon b/app/lib/json/common.hoon index 0ed54cd..97513cb 100644 --- a/app/lib/json/common.hoon +++ b/app/lib/json/common.hoon @@ -22,6 +22,8 @@ =/ atom=(unit @) (slaw:sr %ux p.jon) ?~ atom ~ atom + ++ du |= jon=json ^- (unit @da) + (cu from-unix:chrono:userlib ni) ++ se |= aur=@tas |= jon=json ?. ?=(%s -.jon) ~ (slaw aur p.jon) |
