| |
| sYchat |
sYchat is a "simple" web chat. Simple in that way, that it doesn't need any pre-conditions from the client side (as Java or some extra clients). All the years, HTTP chats were based on a scripting language. So they were very slow and extremely load hungry. Our aim was to design sYchat as userfriendly as all the others, but without the load problems.
And this will be achieved with the usage of a precompiled chat kernel. It's based on C++, a LUA interface and a SQL database in the background. Any mathematical load or logical decisions are taken by this kernel. Furthermore, it's respond simply via CGI. So you can use the chat as normal over HTTP. To return HTML pages, an enhanced LUA interface is used. To customize your chat, you can use Templates and self written scripts, or you can optimize the chat kernel by editing the distributed source code. For streaming the messages and data we integrated the Server-Push and CLient-Pull technics. But the user doesn't have to decide, which one he needs. The chat does it by its own, so no user has to know any type of technical jargon and can join the chat with some mouse clicks.
Furthermore, as the chat kernel supports a shell interface, there is the possibility to use it via command line. In that way you can use the chat as a client based chat solution for networks and even for the internet.
But for a advanced introduction into the technics, have a look at the documentations. |
|
|