Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

getcontext/JSocketServer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSocketServer

written in pure Java, a socket/websocket server

  • it can listen, receive and send replies
  • socket version is using native Java serialization to transfer binary objects between sockets
  • websocket is sending casted to string binary frame
  • tested under heavy traffic

Java socket server. Currently Connection plugin done for handling WebSocket connection. WebSocket server is able to receive, read and send handshake also read/send data from/to client.

some code snippets refactored from stackoverflow and mozilla.org

this stuff should work on Java 1.2 and higher

About

pure Java, a socket/websocket server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.