-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpodium.hoon
273 lines (273 loc) · 6.26 KB
/
podium.hoon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
:: podium: unauthenticated gall subscriptions for outsiders
::
:: subscribes to gall applications to expose their subscription paths as sse
:: endpoints to unauthenticated http clients.
:: (because eyre's channels don't support unauthenticated clients.)
::
:: applications poke podium with [%expose %app /path], upon which podium
:: subscribes to that application on /podium/path. (use /lib/podium!)
:: when new clients first open their connection (at /podium/app/path.json)
:: podium sends the result of .^(json %gx /=app=/podium/path/json) as
:: initial data.
:: whenever the application sends a subscription update, expected to be
:: of the %json mark, that is sent to the subscribers as-is.
::
::TODO need a heartbeat?
::
/+ *server, default-agent, verb, dbug
::
|%
+$ state-0
$: %0
podium=(jug source eyre-id)
==
::
+$ source [app=term =path]
+$ eyre-id @ta
::
+$ action
$% [%expose source]
[%censor source]
==
::
+$ card card:agent:gall
--
::
=| state-0
=* state -
::
%- agent:dbug
%+ verb |
::
^- agent:gall
=<
|_ =bowl:gall
+* this .
do ~(. +> bowl)
def ~(. (default-agent this %|) bowl)
::
++ on-init
^- (quip card _this)
:_ this
:~ [%pass /connect %arvo %e %connect [~ /podium] dap.bowl]
kick-heartbeat:do
==
::
++ on-save !>(state)
::
++ on-load
|= old=vase
^- (quip card _this)
[~ this(state !<(state-0 old))]
::
++ on-poke
|= [=mark =vase]
^- (quip card _this)
?+ mark (on-poke:def mark vase)
%noun $(mark %podium-action)
::
%podium-action
=/ =action !<(action vase)
=^ cards state
?- -.action
%expose (expose:do +.action)
%censor (censor:do +.action)
==
[cards this]
::
%handle-http-request
=^ cards state
%- handle-http-request:do
!<([=eyre-id =inbound-request:eyre] vase)
[cards this]
==
::
++ on-agent
|= [=wire =sign:agent:gall]
^- (quip card _this)
?> ?=([@ *] wire)
?+ -.sign (on-agent:def wire sign)
%kick
:_ this
[(expose-card:do wire)]~
::
%watch-ack
?~ p.sign [~ this]
=/ =tank
:- %leaf
"{(trip dap.bowl)}: expose failed {(scow %tas i.wire)} {(spud t.wire)}"
%- (slog tank u.p.sign)
=^ cards state
(censor:do wire)
[cards this]
::
%fact
:_ this
?: ?=(%json p.cage.sign)
(forward:do wire !<(json q.cage.sign))
~& [dap.bowl %ignoring-fact-not-json from=i.wire on=t.wire]
~
==
::
++ on-watch
|= =path
?: ?=([%http-response @ ~] path)
[~ this]
(on-watch:def path)
::
++ on-leave
|= =path
^- (quip card _this)
?. ?=([%http-response @ ~] path)
(on-leave:def path)
=/ =eyre-id i.t.path
:- ~
this(state (handle-leave eyre-id))
::
++ on-arvo
|= [=wire =sign-arvo]
^- (quip card _this)
?+ sign-arvo (on-arvo:def wire sign-arvo)
[%eyre %bound *]
~? !accepted.sign-arvo
[dap.bowl 'bind rejected!' binding.sign-arvo]
[~ this]
::
[%behn %wake *]
?. ?=([%heartbeat ~] wire) (on-arvo:def wire sign-arvo)
[send-heartbeat:do this]
==
::
++ on-peek on-peek:def
++ on-fail on-fail:def
--
::
|_ =bowl:gall
++ heartbeat-timer ~s20
::
++ kick-heartbeat
^- card
[%pass /heartbeat %arvo %b %wait (add now.bowl heartbeat-timer)]
::
++ send-heartbeat
^- (list card)
:- kick-heartbeat
=/ viewers=(list eyre-id)
:: jug source eyre-id
%~ tap in
%+ roll ~(val by podium)
|= [s=(set eyre-id) o=(set eyre-id)]
(~(uni in o) s)
?: =(0 (lent viewers)) ~
:_ ~
:* %give
%fact
::
%+ turn viewers
|= =eyre-id
/http-response/[eyre-id]
::
%http-response-data
!> ^- (unit octs)
`[1 '\0a']
==
::
++ expose-card
|= =source
^- card
[%pass source %agent [our.bowl app.source] %watch [%podium path.source]]
::
++ expose
|= =source
^- (quip card _state)
:- [(expose-card source)]~
state(podium (~(put by podium) source ~))
::
++ censor
|= =source
^- (quip card _state)
:_ state(podium (~(del by podium) source))
=; subs=(list path)
:~ [%pass source %agent [our.bowl app.source] %leave ~]
[%give %kick subs ~]
==
%+ turn ~(tap in (~(get ju podium) source))
|= =eyre-id
/http-response/[eyre-id]
::
++ handle-http-request
|= [=eyre-id =inbound-request:eyre]
^- (quip card _state)
=* four-oh-four
[(give-simple-payload:app eyre-id not-found:gen) state]
?. ?=(%'GET' method.request.inbound-request)
four-oh-four
=/ [[ext=(unit @ta) site=(list @t)] *]
%- parse-request-line
url.request.inbound-request
:: ignore requsets for invalid / unexposed resources
::
?. &(?=([%podium @ *] site) ?=([~ %json] ext))
four-oh-four
=/ =source t.site
?. (~(has by podium) source)
four-oh-four
:: add eyre-id as viewer for resource
::
=. podium
(~(put ju podium) source eyre-id)
::TODO maybe add fakeid session if they don't have it yet?
:_ state
%+ give-simple-payload:app eyre-id
:- :- 200
:~ 'Content-Type'^'text/event-stream'
'Cache-Control'^'no-cache'
'Connection'^'keep-alive'
==
%- some
%- make-stream-data
.^ json
%gx
(scot %p our.bowl)
app.source
(scot %da now.bowl)
%podium
(snoc path.source %json)
==
::
++ handle-leave
|= =eyre-id
^+ state
=- state(podium -)
::NOTE we really only delete from one, but we don't want to keep a
:: reverse lookup just for that optimization.
%- ~(run by podium)
|= v=(set ^eyre-id)
(~(del in v) eyre-id)
::
++ forward
|= [=source =json]
^- (list card)
=/ audience=(set eyre-id)
~| [%unregistered-source source]
(~(got by podium) source)
?~ audience ~
:_ ~
:* %give
%fact
::
%+ turn ~(tap in `(set eyre-id)`audience)
|= =eyre-id
/http-response/[eyre-id]
::
%http-response-data
!> ^- (unit octs)
`(make-stream-data json)
==
::
++ make-stream-data
|= =json
^- octs
%- as-octt:mimes:html
:(weld "data:" (en-json:html json) "\0a\0a")
--