Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74991
| From | Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Network/multi-user program |
| Date | 2014-07-22 11:40 +0200 |
| Organization | C.U. srl News Server |
| Message-ID | <lqlbhl$u99$1@virtdiesel.mng.cu.mi.it> (permalink) |
| References | <mailman.12132.1405958861.18130.python-list@python.org> |
On 2014-07-21 16:07:22 +0000, Monte Milanuk said: > So I guess I'm asking for advice or simplified examples of how to > go about connecting a client desktop app to a parent/master desktop app, > so I can get some idea of how big of a task I'm looking at here, and > whether that would be more or less difficult than trying to do the > equivalent job using a web framework. For a similar need I went with a webapp using Flask and a minimal amount of js (that I don't know very well and therefore don't like very much :-) but the alternative that I considered was Dabo [1], I haven't checked how the client-server connection actually works with dabo tho' but I'm mentioning in case you're inclined to do so. For the client part and different from the "usual" js framework I had a brief experience with Cappuccino [2], if you happen to know Cocoa it's pretty straightforward to use. [1] http://dabodev.com/ [2] http://www.cappuccino-project.org/ -- Andrea
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Network/multi-user program Monte Milanuk <memilanuk@invalid.com> - 2014-07-21 16:07 +0000 Re: Network/multi-user program Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-07-22 11:40 +0200
csiph-web