All Projects → Tcpgoon → Similar Projects or Alternatives

464 Open source projects that are alternatives of or similar to Tcpgoon

Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (+451.06%)
Mutual labels:  tcp, tcp-client
Reading
整理阅读过的干货文章, 帖子
Stars: ✭ 318 (+125.53%)
Mutual labels:  goroutine, tcp
AsyncTcpClient
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
Stars: ✭ 125 (-11.35%)
Mutual labels:  tcp, tcp-client
Tacopie
C++ TCP Library - NO LONGER MAINTAINED
Stars: ✭ 359 (+154.61%)
Mutual labels:  tcp, tcp-client
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (-52.48%)
Mutual labels:  tcp, tcp-client
Oksocket
An blocking socket client for Android applications.
Stars: ✭ 2,359 (+1573.05%)
Mutual labels:  tcp, tcp-client
Simpletcp
A minimal non-blocking TCP server written for Python 3.
Stars: ✭ 162 (+14.89%)
Mutual labels:  tcp, tcp-client
ctsTraffic
ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics
Stars: ✭ 125 (-11.35%)
Mutual labels:  tcp, tcp-client
tcp server client
A thin and simple C++ TCP client server
Stars: ✭ 124 (-12.06%)
Mutual labels:  tcp, tcp-client
network
exomia/network is a wrapper library around System.Socket for easy and fast TCP/UDP client & server communication.
Stars: ✭ 18 (-87.23%)
Mutual labels:  tcp, tcp-client
Tinytcpserver
A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C# script.
Stars: ✭ 14 (-90.07%)
Mutual labels:  tcp, tcp-client
Simpleunitytcp
🖧 Simple Unity Project to show how TCP communication are builded in C# without multi-threading or Unity network (Unet) involved.
Stars: ✭ 22 (-84.4%)
Mutual labels:  tcp, tcp-client
Getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Stars: ✭ 532 (+277.3%)
Mutual labels:  goroutine, tcp
Simpletcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 99 (-29.79%)
Mutual labels:  tcp, tcp-client
Bizsocket
异步socket,对一些业务场景做了支持
Stars: ✭ 469 (+232.62%)
Mutual labels:  tcp, tcp-client
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+856.74%)
Mutual labels:  tcp, tcp-client
Hprose Nodejs
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
Stars: ✭ 297 (+110.64%)
Mutual labels:  tcp, tcp-client
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 263 (+86.52%)
Mutual labels:  tcp, tcp-client
QTcpSocket
A simple Qt client-server TCP architecture to transfer data between peers
Stars: ✭ 62 (-56.03%)
Mutual labels:  tcp, tcp-client
React Native Tcp Socket
React Native TCP socket API for Android, iOS & macOS with client SSL/TLS support
Stars: ✭ 112 (-20.57%)
Mutual labels:  tcp, tcp-client
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (+16.31%)
Mutual labels:  tcp, tcp-client
tcp-net
Build tcp applications in a stable and elegant way
Stars: ✭ 42 (-70.21%)
Mutual labels:  tcp, tcp-client
EasyFileTransfer
An easy way to transfer file with any size on network with tcp protocol.
Stars: ✭ 30 (-78.72%)
Mutual labels:  tcp, tcp-client
Tcpmessenger
TCPMessenger is a lightweight and simple Android library to send and receive tcp messages.
Stars: ✭ 12 (-91.49%)
Mutual labels:  tcp, tcp-client
Easytcp
Simple framework for TCP clients and servers. Focused on performance and usability.
Stars: ✭ 60 (-57.45%)
Mutual labels:  tcp, tcp-client
Deta cache
缓存cache服务器
Stars: ✭ 106 (-24.82%)
Mutual labels:  tcp
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+1136.17%)
Mutual labels:  tcp
Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+1056.74%)
Mutual labels:  tcp
Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+1380.14%)
Mutual labels:  tcp
Go Tls
A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.
Stars: ✭ 104 (-26.24%)
Mutual labels:  goroutine
Tcpdog
eBPF based TCP observability.
Stars: ✭ 119 (-15.6%)
Mutual labels:  tcp
Bouncer
Bouncer is a network TCP port redirector/forward proxy (like rinetd) with extra features like Reverse tunneling (like ssh -R), SSL tunneling (like stunnel), connection Failover, LoadBalancing and Clustering. In pure Java (BIO)
Stars: ✭ 103 (-26.95%)
Mutual labels:  tcp
Oscp5
An Open Sound Control (OSC) implementation for Java and Processing
Stars: ✭ 103 (-26.95%)
Mutual labels:  tcp
Powershell ipv4portscanner
Powerful asynchronus IPv4 port scanner for PowerShell
Stars: ✭ 117 (-17.02%)
Mutual labels:  tcp
Node Tcp Streaming Server
Experimental TCP video streaming server written in node.js. Streaming over TCP and redistributing using WebSockets.
Stars: ✭ 100 (-29.08%)
Mutual labels:  tcp
Socketpushclient
最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些代码,包括Socket的TCP长连接及发消息,Service如何不被轻易杀死,通过aidl实现界面实时与Service的通信,可以在界面上控制Socket的连接与断开以及发消息,并采用了Parcelable对象实现aidl传参
Stars: ✭ 129 (-8.51%)
Mutual labels:  tcp
Qtnetworkng
QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.
Stars: ✭ 125 (-11.35%)
Mutual labels:  tcp
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+7938.3%)
Mutual labels:  tcp
Proxy
C++ TCP Proxy Server
Stars: ✭ 98 (-30.5%)
Mutual labels:  tcp
Xtcp
A TCP Server Framework with graceful shutdown, custom protocol.
Stars: ✭ 116 (-17.73%)
Mutual labels:  tcp
Pool
General Purpose Connection Pool for GRPC,RPC,TCP Sevice Cluster
Stars: ✭ 98 (-30.5%)
Mutual labels:  tcp
Smux
smux is a socket multiplexer written in Golang. It provides fast communication by efficiently a single connection.
Stars: ✭ 97 (-31.21%)
Mutual labels:  tcp
Mbserver
Golang Modbus Server (Slave)
Stars: ✭ 124 (-12.06%)
Mutual labels:  tcp
Fi6s
IPv6 network scanner designed to be fast
Stars: ✭ 116 (-17.73%)
Mutual labels:  tcp
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+843.97%)
Mutual labels:  tcp
Cazador unr
Hacking tools
Stars: ✭ 95 (-32.62%)
Mutual labels:  tcp
Flowgrind
Advanced TCP traffic generator for Linux, FreeBSD, and Mac OS X
Stars: ✭ 115 (-18.44%)
Mutual labels:  tcp
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
Stars: ✭ 9,617 (+6720.57%)
Mutual labels:  tcp
Wasps
wasps is a lightweight goroutine pool for golang, use limited goroutines to achieve multi-task concurrent execution.
Stars: ✭ 88 (-37.59%)
Mutual labels:  goroutine
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (-5.67%)
Mutual labels:  tcp
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-9.93%)
Mutual labels:  tcp
Chrome Net
Use the Node `net` API in Chrome Apps
Stars: ✭ 123 (-12.77%)
Mutual labels:  tcp
Stream
NodeJS Modbus Stream
Stars: ✭ 114 (-19.15%)
Mutual labels:  tcp
Tcpraw
Sending packets through TCP
Stars: ✭ 86 (-39.01%)
Mutual labels:  tcp
N2o
⭕ N2O: Distributed Application Server
Stars: ✭ 1,262 (+795.04%)
Mutual labels:  tcp
Tcpbin
Very crude and poorly written HTTP(s) and SMTP bin
Stars: ✭ 85 (-39.72%)
Mutual labels:  tcp
Fixio
FIX Protocol Support for Netty
Stars: ✭ 84 (-40.43%)
Mutual labels:  tcp-client
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-13.48%)
Mutual labels:  tcp
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (-20.57%)
Mutual labels:  tcp
Pangolin
轻量级内网穿透工具, 基于Java8,netty4.x实现,开箱即用,可转发基于TCP的应用层数据流,例如HTTP/HTTPS,SSH
Stars: ✭ 84 (-40.43%)
Mutual labels:  tcp
1-60 of 464 similar projects