Git Product home page Git Product logo

jsocket's Introduction

JSocket

A Java Socket Programming Library

Build Status

Summary

JSocket was developed to make socket programming in Java simpler. JSocket currently only focuses on TCP connections. What makes this library useful is that it makes cross-platform and cross-language TCP connections easier to deal with on the Java side. This library attempts to ensure clean messages come through that come from another platform/language. In some instances, say C# client -> Java server, a "dirty" message will come through. The Jsocket library can clean the message and return to a developer the correct message. This library includes various feature that can send anything from a simple string to a complex object. Features also include RSA encryption. Generate your own private and public keys.

How to Use

Link to tutorial: https://github.com/czifro/JSocket/wiki/Tutorial

Build Status & Download

Version Number Build Status Download
v0.4.2 (master) Download JAR
v0.5.0 (beta 1) Download JAR
v0.5.0 (beta 2) Download JAR
v0.5.0 (beta 3) Download JAR
v0.5.0 (WIP) ---

History: https://github.com/czifro/JSocket/wiki/Listed-Releases

Trello

Development can be tracked here: https://trello.com/b/6E8x9Mnv

===========

Credit

The ObjectSocket class is functional partly due to Google's Gson package for Java. This package is great for converting any object to JSON and vice versa.

=====================

MIT License

The JSocket repository is released under the MIT License. Use it anyway you like. I release this software as is. In no way am I liable for anything as per outlined by the MIT License.

jsocket's People

Contributors

kspar avatar

Watchers

James Cloos avatar  avatar

jsocket's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.