Skip to content

Key Value Store in golang what's use able with java through TCP

Notifications You must be signed in to change notification settings

hogo1510/GoKV-TCP-JavaClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GoKV-TCP-JavaClient

GoKV-TCP-JavaClient is a simple Key-Value Store running on a Go TCP server, which can be controlled via a Java client. This project allows key-value data to be stored, retrieved, updated, and deleted over a TCP connection.

This is an older project that I recently uploaded to GitHub. It is based on one of my previous repositories, tcp-LAN, which was a basic TCP server written in Golang. This project builds upon that foundation by adding key-value storage and a corresponding Java client.

How to use:

cd server/
go run main.go
run Java (in (I/P)DE, terminal or as a Jar File doesn't matter

notes:

  • already a usability java file for basic use (aka the only use atp)
  • it uses json as form of communication (not security proof)
  • it was a small side project of my internship
  • also it's a part of a bigger project that i may or may not post on github haha

About

Key Value Store in golang what's use able with java through TCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published