SmartSocket
Socket server engine
A Java and PHP socket server engine that simplifies the creation of multi-user applications by providing a simple communication protocol.
SmartSocket is an extensible open source, Java and PHP socket server engine. Its aim is to make creating multi-user applications as quick and painless as possible. With SmartSocket, you don't have to worry about keeping track of users, writing server code, managing threads, etc. All you have to do is use the simple communication protocol to send method call back and forth between the server and the client!
15 stars
2 watching
4 forks
Language: ActionScript
last commit: over 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mattgodbolt/seasocks | An embeddable C++ webserver with WebSocket support for building small-scale networked applications. | 735 |
thinkjs/think-websocket-socket.io | A Socket.io adapter for ThinkJS, enabling real-time communication between clients and servers. | 9 |
swiftsocket/swiftsocket | Provides an easy-to-use interface for creating socket-based connections on Apple platforms. | 1,684 |
dfhack/clsocket | A lightweight C++ library for creating cross-platform network programs using sockets. | 157 |
weapp-socketio/weapp.socket.io | A WebSocket client library for building real-time communication in WeChat Mini Programs | 692 |
abourget/gevent-socketio | Provides a real-time web communication API between browsers and servers using a WebSocket-like API. | 1,214 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 173 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 184 |
charje/portal | A portable WebSocket server written in Common Lisp, designed to handle multiple clients and resources. | 28 |
cytle/socket.io-mp-client | An implementation of the WebSocket protocol for real-time communication between small programs and servers. | 118 |
billroy/socket.io-arduino-client | An Arduino client for connecting to and messaging with Socket.io servers using WebSocket technology. | 195 |
allinurl/gwsocket | A fast, standalone WebSocket server written in C, providing bidirectional communication between applications and browsers. | 752 |
realtimelogic/minnowserver | A lightweight, resource-efficient embedded HTTP(S) WebSocket server | 320 |
bloatless/php-websocket | A simple PHP-based WebSocket server and its associated application framework | 580 |