https://github.com/bjarocki/visualbasic
visualbasic
https://github.com/bjarocki/visualbasic
Last synced: 5 months ago
JSON representation
visualbasic
- Host: GitHub
- URL: https://github.com/bjarocki/visualbasic
- Owner: bjarocki
- Created: 2014-02-04T19:34:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T00:04:38.000Z (almost 12 years ago)
- Last Synced: 2025-04-09T15:57:26.646Z (9 months ago)
- Language: Python
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
visualbasic
===========
## How to run simple test
* apt-get install python-websocket python-redis redis-server python-tornado
* feed the sample /tmp/test.log this way : http://pastebin.com/raw.php?i=Mry5xnkH
* on one console run : python start_server.py
* on the other one start a websocket client : wsdump ws://localhost:8888/
* on the third one run this command couple of times to produce some logs input : http://pastebin.com/raw.php?i=Mry5xnkH
## TODO:
* *comments*: missing comments in the code
* *settings*: move hardcoded settings into configuration file
* *requirements.txt*: missing requirements list
* *setup.py*: missing pip setup
* *unit tests*: basic unit testing covering