Skip to content

A simple Websocket Server built from ground-up using Multi-threaded Java

Notifications You must be signed in to change notification settings

xobe19/TinySock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinySock

A simple Websocket Server built from ground-up using Multi-threaded Java

Description

A small experiment to understand how to handle mutliple socket connections by writing low-level java code. This project implements following parts of the WebSocket Standard

  • The websocket Handshake
  • Parsing Text Client Messages
  • Sending Messages to Client (long messages are also handled according to the RFC standard)

TODO:

  • Integrate the server with existing projects
  • Add support for Blob messages

About

A simple Websocket Server built from ground-up using Multi-threaded Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages