搜索资源列表
js_cpp_rpc
- 使用thrift、websocket在javascr ipt和cpp之间建立rpc调用机制。 如果要使用js+html来写界面,cpp来写底层业务逻辑,这就非常有用了。 当然,如果底层不用cpp来写,也可以参考本代码的js对thrift的rpc包装。-Use thrift, websocket in javascr ipt and cpp invocation mechanism established between rpc. If you want to use js+html to wri
Rocket-Socket
- A simple WebSocket server
Sha1Base64
- delphi 与HTML5 Websocket通讯时需要服务器返回握手验证信号,需要用Sha1 + Base64 计算 Sec-WebSocket-Accept返回给客户端 -Delphi Websocket HTML5 communication with the need to return the server handshake authentication signal, you need to use Base64+ Sha1 to calculate the return to t
sgcWebSockets-3.2
- Delphi WebSocket 控件。-Delphi WebSocket component
room-room
- Websocket chat room example
DelphiWebsockets-master
- WebSocket for Delphi
仿QQ通讯聊天软件r
- 仿QQ聊天。是采用 Java平台开发的一套即时通讯聊天系统,献给对即时通讯有兴趣的朋友。服务端实现了TCP Socket和WebSocket,方便接入网页版、安卓、IOS、PC桌面版客户端(Imitation QQ chat. It is an instant messaging chat system developed on the Java platform dedicated to friends who are interested in instant messaging. The
delphi.1.1.0
- Teste com Websocket em delphi
DelphiWebsockets-master_Original
- IdHTTPWebsocketClient from WebSockets
Go语言跟html开发的在线聊天室系统
- 可实现在线注册,登陆,聊天等功能。 使用websocket通信协议,聊天过程无延迟,无页面刷新等。 运行时需要以下模块 github.com/gorilla/mux v1.8.1 github.com/gorilla/websocket v1.5.3 github.com/mattn/go-sqlite3 v1.14.24 golang.org/x/crypto v0.32.0