Skip to content

Boilerplate socket connection setup for a multiplayer game.

Notifications You must be signed in to change notification settings

coderSomya/Multiplayer-Websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The game

Image

WebSocket

WebSocket is a communication protocol that provides full-duplex communication channels over a single TCP connection. It allows for real-time, bi-directional communication between clients and servers.

HTTP (Hypertext Transfer Protocol)

HTTP is the foundation of data communication on the World Wide Web. It is a protocol used by web browsers and servers to transfer hypertext documents, such as HTML files.

TCP/IP (Transmission Control Protocol/Internet Protocol)

TCP/IP is a suite of communication protocols used to interconnect network devices on the internet. It provides end-to-end communication specifying how data should be packetized, addressed, transmitted, routed, and received.

About

Boilerplate socket connection setup for a multiplayer game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published