Skip to content

Widua/java-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java WebSockets

Project main goal is to create simple Websocket request parser, and server. Main source is RFC6455

  • Parsing HTTP Requests
  • Opening WebSockets handshake
  • Handling ping, pong and close control frame
  • Handling text, and binary incoming messages
  • Handling text, and binary responses
  • Handling masking, and unmasking operations on payload

About

My implementation of HTTP Request parser, and Websockets(RFC 6455) in Java.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors