Questions tagged [client-applications]

Use this tag for questions related to client applications, that usually integrate with the processing capabilities of other applications.

The Dictionary entry on client application is:

Any software program that integrates with the processing capabilities of another program, esp. that accesses distributed objects provided by a server application.

is used for questions related to the nature/design of them, and/or how to make them work.

20 questions
0
votes
2 answers

angularjs ng-template separate file no webserver

So I'm trying to create an app that needs no webserver with AngularJS I'm using tags to use separate templates and keep things clean. I wire the thing up in:…
user1613512
  • 3,590
  • 8
  • 28
  • 32
0
votes
1 answer

Windows Client application on USB stick with write protection

I need one or more approaches to realize the following scenarion: Let's say we have a windows application (a journal) where journal entries are serialized as XML. The application is on a usb stick and also the XML file. The main problem is: no one…
csteinmueller
  • 2,427
  • 1
  • 21
  • 32
0
votes
1 answer

how do i write on server and read on android

i want to create a printwriter in my java server and a buffertreader in my android code. right know i can send a message from my android and read it on my java compiler but i want to do the oppsite aswell. read on android and write on server. do i…
yegen
  • 1
  • 2
0
votes
1 answer

Web Application IPC/RPC with Client Applications

Background I'm at the planning stages of a DIY project that'll help me automate some hardware at my house. It's probably also worthwhile to mention that I've got almost no experience with web-related development. The…
Iridium77
-1
votes
1 answer

How to create system that database notifies server, and then server pushes updated data to client application?

More precisely, I'm building betting application, where coefficients are variable thing. So, the old application is making http request every 5 minutes. I see drawbacks here. For example, in that period of 5 minutes, there maybe will not be any…
1
2