DanKim0213 / Today-I-Learned

Today I Learned
1 stars 0 forks source link

What is Web socket and how do I implement it with React #4

Closed DanKim0213 closed 1 year ago

DanKim0213 commented 1 year ago

Web Socket

References

DanKim0213 commented 1 year ago

""WebSocket is a technology that enables two-way realtime communication between client and server. In contrast, Socket.IO is a library that provides an abstraction layer on top of WebSockets, making it easier to create realtime applications."

socketio vs websocket

DanKim0213 commented 1 year ago

Useful resources