Skip to content

cdent/tiddlywebplugins.cherrpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

A server for use with TiddlyWeb.

The base install of TiddlyWeb can be run with wsgiref simple server but that server is slow and has some issues with encoding of request URIs. This server uses the wsgiserver, Cheroot, which comes from the CherryPy project. It provides a faster and more WSGI and HTTP compliant server.

This code is tested with Python 2.7 and 3.5.

Use

In an already existing instance adjust tiddlywebconfig.py to include::

'wsgi_server': 'tiddlywebplugins.cherrypy'

About

CherryPy wsgiserver for TiddlyWeb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published