基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
-
Updated
Jan 16, 2019 - Objective-C
{{ message }}
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
The Python Code Tutorials
异步socket,对一些业务场景做了支持
A simple in memory cache written using go
a socket mock framework - for all kinds of socket animals, web-clients included
Port of Netty(v4.1.51.Final) for .NET
Contains Attack labs
Turn your phone into a wireless controller for shooting games, with voice control!
Asynchronous HTTP(S) engine for C/C++ projects
A simple Android Application built with
Example of a user defined function (UDF) in MySQL
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
How to use Command Design Pattern to make custom networking for Unity?
A multithreaded client/server Chat application based on the console which uses Java Socket programming and multi-threading.
A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.
IOCP 실습
a command-line tool that allows file transfer between computers on the local network with password protected
[WIP]RemoteAssistance like TeamViewer(C++)
Modern C++ 11 native, OS agnostic, socket library/starting base with a single header include
Client Server running code described with comments here.
An easy-to-learn, high performance network io library written in modern cpp (c++11), It borrows concepts from Netty, and with well defined internal modules, It enables you to write rpc, http/https,websocket application with just few lines。
video player built with ffmpeg and SDL2
This project will help you build a chat app by using the Socket IO library.
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
Add a description, image, and links to the socket-programming topic page so that developers can more easily learn about it.
To associate your repository with the socket-programming topic, visit your repo's landing page and select "manage topics."
After a plugin runs, the first half or so of the following prompt is cutting cut off. This appears to be an issue on the handler side because the target is sending the full prompt over the network. I think it might have something to do with the mutex that blocks output while a plugin is running.