High-performance PHP-to-Golang IPC bridge
-
Updated
Jul 7, 2021 - Go
{{ message }}
High-performance PHP-to-Golang IPC bridge
Complete Free Coding Bootcamp with the MERN Stack
High performance, low level networking APIs for building custom servers and clients.
异步socket,对一些业务场景做了支持
Cowboy.Sockets is a C# library for building sockets based services.
A simple in memory cache written using go
Turns a Web Browser into a Web Server with WebRTC
Turn IP sockets into Unix domain sockets
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Unix Domain Sockets in Java (AF_UNIX)
An experimental minimal chat written in Common Lisp
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.
Concurrent wrappers for native Ruby IO & Sockets.
Metaquotes MQL5 - JSON - API
The fastest communications possible. Delphi rulez.
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.
A WebSocket library for Deno
Asynchronous HTTP(S) engine for C/C++ projects
This project contains networking primitives for use with .NET.
Add a description, image, and links to the sockets topic page so that developers can more easily learn about it.
To associate your repository with the sockets topic, visit your repo's landing page and select "manage topics."
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the
web-sysmust be used.wasm.