Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

quininer/isperdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isperdal

Build Status

a Web framework, asyncio based.

example:

from isperdal import Node as u

u('/').all()(
    lambda this, req, res:
        res.push("Hello world.").ok()
).run()

reference