upy-websocket-server
Websocket server
An ESP8266/ESP32 websocket server implementation allowing client-server communication
Micropython (ESP8266) websocket server implementation.
84 stars
6 watching
24 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
danni/uwebsockets | An implementation of websockets for the ESP8266 | 192 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
codemee/esp8266webserver | An ESP8266 web server library that enables the creation of lightweight REST APIs on MicroPython-based systems | 51 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 252 |
healeycodes/websocket-benchmarker | Measures message throughput of WebSocket servers under load | 30 |
lawouach/websocket-for-python | An implementation of the WebSocket protocol defined in RFC 6455 for Python programming | 1,121 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 2 |
jczic/microwebcli | A micro HTTP Web client for MicroPython | 55 |
weapp-socketio/weapp.socket.io | A WebSocket client library for building real-time communication in WeChat Mini Programs | 692 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 173 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
ratchetphp/pawl | A PHP library implementing an asynchronous WebSocket client for communicating with web servers. | 583 |