Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/ws4dmwm
Web-sockets implementation for CMS DMWM framework
https://github.com/vkuznet/ws4dmwm
Last synced: 30 days ago
JSON representation
Web-sockets implementation for CMS DMWM framework
- Host: GitHub
- URL: https://github.com/vkuznet/ws4dmwm
- Owner: vkuznet
- Created: 2013-03-15T15:38:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-15T15:53:36.000Z (almost 12 years ago)
- Last Synced: 2024-10-30T06:27:34.850Z (3 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ws4dmwm
=======Web-sockets implementation for CMS DMWM framework. This repository contains
working code examples which shows how to implement web-socket framework [1]
into DMWM web framework.The missing part is front-end proxy. The NGINX server has dedicated proxy
module [2] for that, while apache server proxy module [3] is still under
development. The CMS experiment relies on apache for front-end, so we need to
wait for apache proxy module implementation.Reference:
----------[1] https://github.com/Lawouach/WebSocket-for-Python
[2] https://github.com/yaoweibin/nginx_tcp_proxy_module
[3] https://github.com/disconnect/apache-websocket