This simple web chat showcases the xRefCore framework in action, including the built-in HTTP server and asynchronous tasks.
Communication between the server and clients occurs through an analogue of web sockets - long polling, which does not require any libraries.
You can find the source code here.
Click here to start demo.