All Questions
3 questions
1
vote
0
answers
276
views
Need to add websocket support to a single page that's running a wsgi service
Current setup. I have a legacy ERP system (Thoroughbred) and i then have several in house applications (CRM, WMS) and a website that interact with it via an xml server and straight ODBC connections. ...
2
votes
2
answers
2k
views
How-To: a browser based, real time, shared memory inspection/debugger application [closed]
Background:
I have a C application running under Linux utilizing shared memory. I also have a debugger written in Python that can link to said shared memory and access individual variable values of ...
2
votes
1
answer
2k
views
how to choose a web framework and javascript library? [closed]
I've been procrastinating learning some framework for web apps w/ some library for AJAX, something like django with prototype, or turbogears with mootools, or zeta components with dojo, grok, jquery, ...