https://github.com/gamikun/sokery
Socket testing with web interface int Python, using tornado.
https://github.com/gamikun/sokery
angular log python socket tcp-server tornado web
Last synced: about 1 month ago
JSON representation
Socket testing with web interface int Python, using tornado.
- Host: GitHub
- URL: https://github.com/gamikun/sokery
- Owner: gamikun
- License: mit
- Created: 2017-06-11T20:12:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T07:16:18.000Z (about 8 years ago)
- Last Synced: 2025-02-15T20:06:05.972Z (over 1 year ago)
- Topics: angular, log, python, socket, tcp-server, tornado, web
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
## From pip
pip install
## With source code
Firs you need to clone the repository (from cli/terminal, sourcetree, and so on). Then go into the folder and run this command.
python setup.py install
# Running the service
## Simplest way
sokery run
# or
python -m sokery run
Once the service is running, you can access the interface by the common url:
http://localhost:4991
## Limiting the ports that can be used
sokery run -a 1500-1600,35101
# You can use ranges and alone ports
## Pre-running ports
sokery run -l 35100,35101
# Dependencies
* tornado
* requests