Skip to content

yangxingpping/uWebSockets.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µWebSockets.py

WIP extension for µWebSockets

import uwebsocketspy as uWS

def handler(res, req):
	res.end("Hello Python!")

app = uWS.App({
	"some": "option"
}).listen(handler)

It performs significantly better than japronto, despite being a far more complete and mature project.

About

µWebSockets for Python 3; faster than japronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published