K
K
Kirill2020-04-17 00:59:37
JavaScript
Kirill, 2020-04-17 00:59:37

Browser chat using C++ and JS?

Good afternoon.

I want to write a browser chat using JS and a server written in C++.

The problem is that I can't find any implementations. Can you advise what to read or where to start.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2020-04-17
@xmoonlight

Creating an asynchronous (non-blocking) socket server in C++.
After that, you will adapt it to a web socket server.

T
twobomb, 2020-04-17
@twobomb

Web server in C++ and sockets

V
Viktor, 2020-10-06
@Levhav

Here is an example of my open source implementation of such an idea comet-server.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question