1360
Comment:
|
515
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
== Chat Server == I have never officially released this code as open source, however, if I get enough encouragement I may. It was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client available is a command line app., but shows what would need to be done for any client. |
[[CHAT|Chat Server]] |
Line 10: | Line 9: |
In general the chat server would need some sort of client agent. The backend is an XML-RPC server. [[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/chatserv/?root=cvs|CVS Repository]] This is off site. == AjaxStub == This API provides a way to auto generate !JavaScript stubs in your HTML that communicates with a Python web service. It is essentially an RPC style service. [[http://tetrasys-design.net/home/AjaxStub/ajaxstub.py|API Home Page]] [[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/ajaxstub/?root=cvs|CVS Repository]] This is off site. |
[[AjaxStub|AjaxStub]] |
Projects
Electronic Parts Inventory Application
RESTful Python Web Service using WSG
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 doubly link list written in C.
CVS Repository This is off site.