-
Updated
Mar 24, 2021 - Go
#
sockets
Here are 1,336 public repositories matching this topic...
High-performance PHP-to-Golang IPC bridge
golang
php
socket
unix
tcp
connector
sockets
php7
binary
rpc
soa
pipes
servercodec
performance-php
golang-ipc-bridge
Complete Free Coding Bootcamp with the MERN Stack
react
react-native
mongodb
frontend
sockets
freecodecamp
series
coding
mern
learning-js
coding-bootcamp
mern-stack
youtube-tutorial-series
-
Updated
Apr 1, 2021 - JavaScript
High performance, low level networking APIs for building custom servers and clients.
-
Updated
Jan 19, 2021 - C#
-
Updated
May 24, 2018 - Swift
ZeroTier Sockets - Put a network stack in your app
c
swift
networking
csharp
tcp
objective-c
cpp
sockets
udp
peer-to-peer
vpn
sdn
zerotier
sd-wan
socket-interface
-
Updated
Apr 15, 2021 - C++
异步socket,对一些业务场景做了支持
android
java
client
socket
tcp
sockets
socket-io
socket-io-client
tcp-server
tcp-client
socketio
socket-programming
-
Updated
Oct 22, 2019 - Java
Cowboy.Sockets is a C# library for building sockets based services.
-
Updated
Oct 25, 2019 - C#
A simple in memory cache written using go
go
redis
golang
database
flexible
tcp
sockets
nosql
cache
cache-storage
nosql-database
resp
from-scratch
socket-programming
inmemory-db
kache
kache-cli
-
Updated
Apr 8, 2019 - Go
Turns a Web Browser into a Web Server with WebRTC
-
Updated
May 7, 2020 - TypeScript
-
Updated
Jun 25, 2019 - JavaScript
Turn IP sockets into Unix domain sockets
-
Updated
Jul 19, 2020 - C++
Unix Domain Sockets in Java (AF_UNIX)
mysql
java
sockets
unix-domain-socket
postgresql
rmi
socket-demo
java-sockets-api
junixsocket
jni-library
af-unix
-
Updated
Apr 16, 2021 - Java
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
android
python
java
interpreter
backdoor
reverse-shell
exploit
sockets
apk
android-application
rat
hacktoberfest
android-rat
androrat
interpreter-commands
-
Updated
Apr 11, 2021 - Java
An experimental minimal chat written in Common Lisp
-
Updated
Jan 29, 2021 - Common Lisp
Concurrent wrappers for native Ruby IO & Sockets.
-
Updated
Apr 10, 2021 - Ruby
DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
python
ddos
sockets
ftp
hacking
bruteforce
help-wanted
port-scanner
beginner
python2
beginner-friendly
python27
hacking-tool
port-scanning
ddos-tool
hacking-tools
dos-attack
banner-grabbing
hackingtool
ftp-hacker
-
Updated
Apr 5, 2021 - Python
Metaquotes MQL5 - JSON - API
api
json
sockets
json-api
zeromq
trading-api
historical-data
metatrader
mql5
metaquotes-mql5
zeromq-sockets
-
Updated
Mar 9, 2021 - MQL5
The fastest communications possible. Delphi rulez.
-
Updated
Sep 11, 2020 - Component Pascal
game
html5
canvas
es6
neural-network
racing
sockets
multiplayer
websockets
bezier
physics-engine
neural-networks
cars
racing-games
-
Updated
Mar 9, 2021 - JavaScript
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
-
Updated
Jun 8, 2019 - C++
Asynchronous HTTP(S) engine for C/C++ projects
c
socket
framework
rest
backend
cpp
sockets
async
asynchronous
https
rest-api
http-server
servlet
low-latency
restful-api
non-blocking
https-server
socket-programming
-
Updated
Apr 2, 2021 - C
This project contains networking primitives for use with .NET.
-
Updated
Feb 13, 2021 - C#
d4vsanchez
commented
Oct 17, 2020
The app_3001 is not working for two reasons:
- Drash is not exported in the 'tests/deps.ts' file. (Easy to fix)
- The WebSocket client created in the Drash Server is not changing its
readyStatefrom CONNECTING to OPEN. And sending the data to the socket in the CONNECTING state fails with aSending fatal alert DecodeErrorexception.
To Reproduce
Steps to reproduce the first behavi
ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics
performance
networking
tcp
sockets
udp
rio
tcp-server
tcp-client
performance-analysis
network-analysis
performance-testing
winsock
overlapped-io
ctstraffic
winsock2
-
Updated
Jan 18, 2021 - C++
Open
Message inspection
GregUtas
commented
Nov 5, 2017
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
Improve this page
Add a description, image, and links to the sockets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sockets topic, visit your repo's landing page and select "manage topics."
The
Decoderis used by theFramedTcptransport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.The
Decodercollects data from the stream until it can be considered a message. In that process, each chunk of data received from the