The Wayback Machine - https://web.archive.org/web/20201203073408/https://github.com/sinacms/okserver
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

okserver

a simple and very high performance python framework , powered by epoll, no depending on tonado/django/flask...

#usage is simple
import okserver.okserver as ok


def main():
    pass


if __name__ == '__main__':
    server = ok.Server(main)
    server.start('', 2222)


Aliyun ECS: 1 X Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz 2GB memory

You can’t perform that action at this time.