<div dir="ltr"><div>Hi Luca.</div><div><br></div><div>I hope you are fine in the current 

world 

situation.</div><div><br></div><div>Some answers below to your questions 1 and 2.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 3, 2020 at 10:30 AM Luca Olivetti via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I need to embed a simple web server in my application that<br>
<br>
1) should server a couple of static files<br>
2) send server-sent events</blockquote><div> </div><div>1) So, you can use any 

Pascal structure to serve files, even in a single routine. 

BTW, if you want to resolve media types, you can use fpmimetypes or <a href="https://github.com/risoflora/brookframework/blob/expr/Source/BrookMediaTypes.pas">BrookMediaTypes</a>.</div><div><br></div><div>2) As Michael explained, unfortunately, it is not supported in FCL-Web (yet) . However, if you want a SSE structure out-of-the-box, you can provide it using the Brook streaming, e.g.:</div><div><br></div><div>Minimal console example: <a href="https://github.com/risoflora/brookframework/blob/expr/Examples/Console/FPC/httpsrvsse.lpr">https://github.com/risoflora/brookframework/blob/expr/Examples/Console/FPC/httpsrvsse.lpr</a> <br></div><div>Minimal LCL example: <a href="https://github.com/risoflora/brookframework/blob/expr/Examples/LCL/HTTPServerSSE_frMain.pas">https://github.com/risoflora/brookframework/blob/expr/Examples/LCL/HTTPServerSSE_frMain.pas</a></div><div><br></div><div>Both examples above declare a small HTML client showing how to consume it via event source (<span style="color:rgb(3,47,98);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">EventSource</span>). Optionally, you can use some async structure (e.g.: TSpinWait.SpinUntil) to create a small polling to push/pop the messages provided to the clients in a single long lived event.</div><div><br></div><div>HTH</div></div><div><br></div>--<br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Silvio Clécio</div></div></div></div>