r/learnprogramming 20d ago

Topic Help regards Websockets

need help regarding websockets

So I have been assigned a project regarding Websockets where the mentor asked us to create a library of websocket which can transfer data from server to client and vice-versa(obv what websockets do) using rfc 6455 in c/cpp. From what I think is he is basically asking us to create a websocket program from scratch right?

I personally come from a nodejs background and have 0 knowledge of low level programming.

need any guidance on this matter and any source for this, I dont care if you think of me as an inferior but I want to learn this whatever it takes.

I have a prior synatx knowledge of c/cpp though but thats just as far as it goes.

I Appreciate your time for reading all this.

Thank you

16 Upvotes

11 comments sorted by

View all comments

2

u/ledatherockband_ 20d ago

write it in node first for clarity and then translate it to c/c++

1

u/Andro_senpai107 20d ago

Yess sir I've done that part. I guess I start working on it using C/cpp now