All Projects → qiujuer → Blink

qiujuer / Blink

Licence: artistic-2.0
A socket send and receive agreement framework; Easy use IO.

Programming Languages

java
68154 projects - #9 most used programming language
csharp
926 projects

Labels

Projects that are alternatives of or similar to Blink

Socket
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
Stars: ✭ 900 (+1630.77%)
Mutual labels:  socket
Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-42.31%)
Mutual labels:  socket
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-21.15%)
Mutual labels:  socket
Clusterws
💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js
Stars: ✭ 868 (+1569.23%)
Mutual labels:  socket
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 (-73.08%)
Mutual labels:  socket
Godsharp.socket
An easy-to-use .NET socket server and client.
Stars: ✭ 35 (-32.69%)
Mutual labels:  socket
Dh
Браузерная игра с использованием Socket.IO
Stars: ✭ 6 (-88.46%)
Mutual labels:  socket
Hey
An Simple IM App besed on Socket
Stars: ✭ 50 (-3.85%)
Mutual labels:  socket
Peeplus
python+vue3前后端分离项目
Stars: ✭ 28 (-46.15%)
Mutual labels:  socket
Connection Pool Client
💥 A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)
Stars: ✭ 40 (-23.08%)
Mutual labels:  socket
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-76.92%)
Mutual labels:  socket
C10k Server
A toy asynchronous server, written in C++14 (WIP)
Stars: ✭ 14 (-73.08%)
Mutual labels:  socket
Cocoaasyncsocket demo
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
Stars: ✭ 981 (+1786.54%)
Mutual labels:  socket
Chat Socket
A simple chat room using java socket with the client-server paradigm
Stars: ✭ 24 (-53.85%)
Mutual labels:  socket
Real Time Public Chat
This program show how to create a public chat using javascript
Stars: ✭ 45 (-13.46%)
Mutual labels:  socket
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (-65.38%)
Mutual labels:  socket
Goridge
High-performance PHP-to-Golang IPC bridge
Stars: ✭ 950 (+1726.92%)
Mutual labels:  socket
Nclib
Netcat as a python library
Stars: ✭ 51 (-1.92%)
Mutual labels:  socket
Veza
IPC/TCP Networking Utility to connect several processes with great concurrency.
Stars: ✭ 45 (-13.46%)
Mutual labels:  socket
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-26.92%)
Mutual labels:  socket

Blink

A socket send and receive agreement framework; Easy use IO. FlowChart

Use

Server

  • See Java-Test-Server
  • Run Server.main()

Client

  • See Java-Test-Client or Android-Test
  • Run Client.main() or Android App

Art

Server

Server

Client

Client

Author

  var info = {
    nickName  : "qiujuer",
    site : "http://www.qiujuer.net"
  }

License

Copyright 2015 Qiujuer.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].