An open API service indexing awesome lists of open source software.

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搭建的微型服务器)

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