Differences between revisions 10 and 16 (spanning 6 versions)
Revision 10 as of 2008-04-14 01:36:37
Size: 312
Editor: CarlNobile
Comment:
Revision 16 as of 2008-04-14 02:00:37
Size: 1450
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== RESTful Python Web Service using WSGI ==

I am currently working on a RESTful interface to be used mainly as the framework for web services. Since it is WSGI compliant it can be used with any WSGI server. I would recommend [[http://code.google.com/p/modwsgi/|mod_wsgi]] as it is extremely fast, light weight, and easy to deploy. The code has not been checked into my repository as of yet.

== Chat Server ==

I have never officially released this code as open source, however, if I get enough encouragement I may. I was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client written works on the command line, but shows what would need to be done for any client. It would need some sort of client agent or maybe Ajax. The backend is an XML-RPC server.

[[http:../cgi-bin/viewvc.cgi/chatserv/|CVS Repository]]


== AjaxStub ==

This API provides a way to auto generate JavaScript stubs in your client code for a Python web service. It is essentially an RPC style service.

[[http:../home/AjaxStub/ajaxstub.py|API Home Page]]

[[http:../cgi-bin/viewvc.cgi/ajaxstub/|CVS Repository]]
Line 5: Line 25:
This is one of my first open source projects and is still seeing quite a few downloads. It's an API for a link list written in C.
Line 7: Line 28:
Line 8: Line 30:

== AjaxStub ==


[[http:../home/AjaxStub/ajaxstub.py|API Home Page]]
[[http:../cgi-bin/viewvc.cgi/ajaxstub/|CVS Repository]]

== Chat Server ==

Projects

RESTful Python Web Service using WSGI

I am currently working on a RESTful interface to be used mainly as the framework for web services. Since it is WSGI compliant it can be used with any WSGI server. I would recommend mod_wsgi as it is extremely fast, light weight, and easy to deploy. The code has not been checked into my repository as of yet.

Chat Server

I have never officially released this code as open source, however, if I get enough encouragement I may. I was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client written works on the command line, but shows what would need to be done for any client. It would need some sort of client agent or maybe Ajax. The backend is an XML-RPC server.

CVS Repository

AjaxStub

This API provides a way to auto generate JavaScript stubs in your client code for a Python web service. It is essentially an RPC style service.

API Home Page

CVS Repository

Doubly Linked List API

This is one of my first open source projects and is still seeing quite a few downloads. It's an API for a link list written in C.

API Home Page

CVS Repository

ProjectsPage (last edited 2012-01-15 21:31:03 by CarlNobile)