Skip to content

Latest commit

 

History

History
executable file
·
4 lines (3 loc) · 272 Bytes

README.md

File metadata and controls

executable file
·
4 lines (3 loc) · 272 Bytes

chat-app-server

Server side of chat application written in C with BSD sockets and epoll. Contains basic implementation of RFC 6455 - The WebSocket Protocol.

chat-app-clinet is the repository of it's client application.