Skip to content

Landixbtw/websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

on hold school takes too much time right now

Trying to create a websocket

  • You can now connect to the server from any machine in your local network

  • The server send a nice message to the client when connecting.

  • How can we keep the client "online", right now it closes after receiving the message.

The Websocket Server

  • The Websocket server maintains all the open connections with the clients (users).
  • For an RTC (RealTime-Chat) the server would have to maintain the connection and broadcast the messages from one user to the other.

The Websocket Client

  • The users can connect to the websocket server and send and receive messages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published