Hi,
I'd like to announce the very first alpha release of CorePost,
a tiny REST microframework on top of the core twisted.web APIs.
it's design is heavily inspired by Flask, for easy creation of REST services.
Looking forward to any comments and suggestions.
It's my first attempt at any serious Twisted programming, so be gentle with your comments :-)
Cheers,
Jacek
P.S. I plan to look at integrating twisted.internet.processes
in the near future to enable scaling to all cores on a multi core machine. using its deferToProcess()
functionality. Any suggestions from seasoned Twisted developers on whether that is the correct approach
would be appreciated.