Commit Graph
10 Commits
Author SHA1 Message Date
udo 7066da3cde refactor: rename DTree to DValue 2026-06-12 11:05:52 +00:00
udo 7f757654b6 fix: harden UCE runtime and starter 2026-06-11 13:44:24 +00:00
udo 71ddcaf7d4 Consolidate config and base64 helpers 2026-05-21 10:31:21 +00:00
udo af642c8167 getting closer to full port of web app starter 2026-04-19 19:44:18 +00:00
udo d1167aec3b getting closer to full port of web app starter 2026-04-19 19:09:21 +00:00
udo be514d63d6 trying to port web app starter from PHP 2026-04-19 09:38:23 +00:00
udo 46d98a092f Enhance WebSocket support: add opcode handling, binary message support, and improve connection validation 2026-04-18 18:41:50 +00:00
udo 86dc93864e Add WebSocket support and enhance chat functionality
- Implement WebSocket handling in the FastCGI server, allowing for real-time communication.
- Introduce functions for managing WebSocket connections, broadcasting messages, and sending to specific connections.
- Create a chat interface in the `websockets.ws.uce` file, including message handling and user notifications.
- Refactor existing code to accommodate WebSocket integration, ensuring compatibility with HTTP requests.
- Update documentation to reflect new features and usage instructions for WebSocket functionality.
2026-04-18 15:10:15 +00:00
udo cd8f07aaa7 Refactor FastCGI server and compiler, enhance HTTP header parsing, and add WebSocket support
- Refactored FastCGIServer class to improve socket handling and added shutdown functionality.
- Updated compiler functions to streamline HTML and text literal processing.
- Enhanced split_kv function to support uppercase keys and added split_http_headers for better HTTP header parsing.
- Introduced new session management functions to validate and handle session IDs.
- Added WebSocket frame parsing and handling in the URI module.
- Created systemd service scripts for easier deployment and management of the UCE FastCGI runtime.
- Added new test cases for header handling, time parsing, and WebSocket functionality.
2026-04-18 14:04:58 +00:00
udo c047927b18 initial import 2022-01-21 09:10:38 +00:00