i have chat application i want To Recive text message in Tembeddedwb because i want to show smileys like this with text

any help to implement this ?
Do you plan to implement the HTTP server with
Indy (TIdHTTPServer)?
do i have to use TIDHTTP and get message in webpage ? i cant do it directly ? like sending message from TMEMO and show it in Embedded WB ? i usuaily do this with after sending the message
MeMoTEXT.Lines.Add(MSG);
i cant do same with Embedded WB ?