All Projects → abersheeran → Websocks

abersheeran / Websocks

Licence: apache-2.0
A proxy server base on websocket

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Websocks

Ette
EVM-based Blockchain Indexer, with historical data query & real-time notification support 😎
Stars: ✭ 37 (-32.73%)
Mutual labels:  websocket
Docker Console
Web Terminal For Docker
Stars: ✭ 44 (-20%)
Mutual labels:  websocket
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+1820%)
Mutual labels:  websocket
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+1696.36%)
Mutual labels:  websocket
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+1730.91%)
Mutual labels:  websocket
Tinyfox.fastwebapi
.NET WebApi framework for tinyfox OWIN server.
Stars: ✭ 46 (-16.36%)
Mutual labels:  websocket
Remotelogcatviewer
websocket实现的远程查看android logcat
Stars: ✭ 35 (-36.36%)
Mutual labels:  websocket
Websocket
A PHP implementation of WebSocket.
Stars: ✭ 54 (-1.82%)
Mutual labels:  websocket
Branroom
webchat ,a site written in java with SSM framework,support blog post
Stars: ✭ 42 (-23.64%)
Mutual labels:  websocket
Hooligram Client
React Native app for Hooligram
Stars: ✭ 49 (-10.91%)
Mutual labels:  websocket
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-27.27%)
Mutual labels:  websocket
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-25.45%)
Mutual labels:  websocket
Springboot Project
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。
Stars: ✭ 1,034 (+1780%)
Mutual labels:  websocket
Babl
Low-latency WebSocket Server
Stars: ✭ 37 (-32.73%)
Mutual labels:  websocket
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-5.45%)
Mutual labels:  websocket
Graphql Rust Demo
GraphQL Rust Demo
Stars: ✭ 37 (-32.73%)
Mutual labels:  websocket
Akka Wamp
WAMP - Web Application Messaging Protocol implementation written with Akka
Stars: ✭ 45 (-18.18%)
Mutual labels:  websocket
Qonduit
A WebSocket library for use with Apache Accumulo
Stars: ✭ 54 (-1.82%)
Mutual labels:  websocket
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-5.45%)
Mutual labels:  websocket
Gotalk
Async peer communication protocol & library
Stars: ✭ 1,036 (+1783.64%)
Mutual labels:  websocket

websocks

Docker Cloud Build Status Docker Image Size (latest by date) Docker Pulls

PyPi PyPi Downloads PyPi Downloads

基于隧道与拟态流量混淆的匿名通信系统。

可对传输层的流量数据进行加密混淆,保护用户上网时的信息、隐私安全。

TCP: 使用隧道流量混淆技术,将需要传递的数据放在 WebSocket 的有效载荷中,作为二进制帧传递。

UDP: 使用拟态流量混淆技术,将需要传递的数据混淆后传递与服务器。

关于本项目使用方法、详细设计介绍以及其他内容请访问 websocks:wiki

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].