https://github.com/hypox64/microserver
A micro server built in python.(使用python搭建的微型服务器)
https://github.com/hypox64/microserver
Last synced: about 1 month ago
JSON representation
A micro server built in python.(使用python搭建的微型服务器)
- Host: GitHub
- URL: https://github.com/hypox64/microserver
- Owner: HypoX64
- Created: 2018-06-11T11:56:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T14:52:49.000Z (over 6 years ago)
- Last Synced: 2025-01-07T21:39:15.694Z (9 months ago)
- Language: Python
- Size: 289 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MicroServer
A micro server built in python.(使用python搭建的微型服务器)# Test
* 注册json格式:{"mod":"register","account":"hypo","password":"123456"}* 登录json格式:{"mod":"login","account":"hypo","password":"123456"}
* 密码更改:{"mod":"change","account":"hypo","oldpassword":"123456","newpassword":"000000"}
* 数据发送:{"mod":"data"}
test commit 1 2