1458
Comment:
|
1360
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== RESTful Python Web Service using WSGI == | [[EPIA|Electronic Parts Inventory Application]] |
Line 5: | Line 5: |
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. I have not checked my code into a repository as of yet. Soon, I promise!! | [[RPWS|RESTful Python Web Service using WSG]] |
Line 8: | Line 8: |
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. | |
Line 9: | Line 10: |
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 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. | In general the chat server would need some sort of client agent. The backend is an XML-RPC server. |
Line 11: | Line 12: |
[[http:../cgi-bin/viewvc.cgi/chatserv/|CVS Repository]] |
[[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/chatserv/?root=cvs|CVS Repository]] This is off site. |
Line 15: | Line 15: |
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. | |
Line 16: | Line 17: |
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://tetrasys-design.net/home/AjaxStub/ajaxstub.py|API Home Page]] |
Line 18: | Line 19: |
[[http:../home/AjaxStub/ajaxstub.py|API Home Page]] [[http:../cgi-bin/viewvc.cgi/ajaxstub/|CVS Repository]] |
[[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/ajaxstub/?root=cvs|CVS Repository]] This is off site. |
Line 24: | Line 22: |
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. | |
Line 25: | Line 24: |
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. | [[http://tetrasys-design.net/home/Linklist/|API Home Page]] |
Line 27: | Line 26: |
[[http:../home/Linklist|API Home Page]] [[http:../cgi-bin/viewvc.cgi/OpenSource/linklist/|CVS Repository]] |
[[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/OpenSource/linklist/?root=cvs|CVS Repository]] This is off site. |
Projects
Electronic Parts Inventory Application
RESTful Python Web Service using WSG
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.
In general the chat server would need some sort of client agent. The backend is an XML-RPC server.
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.
CVS Repository This is off site.
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.