Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 268 Bytes

Fundamental of sockets

Learning about the basics of sockets

Chat commands #currentUsers - Show all users in the current chat room

  • Output example: John, Jane, Joe.

@username [message] - Private message to username

  • Example how to use @john hello world!.