Re: high performance client server solution in D?

2017-03-23 Thread biocyberman via Digitalmars-d-learn
@Laeeth Isharc and rikki cattermole: Thank you for your inputs. Msgpack is definitely something I will consider. I tried search some show cases and open-source projects of this kind for Dlang but still haven't found one. Those applications will give clearer ideas.

Re: high performance client server solution in D?

2017-03-23 Thread Laeeth Isharc via Digitalmars-d-learn
On Thursday, 23 March 2017 at 13:07:54 UTC, biocyberman wrote: I am considering to use D and its library to build a high performance client-server application. The client will be a cross platform (Windows, Mac, Linux) GUI program that can synchronize analysis results with the remote central

Re: high performance client server solution in D?

2017-03-23 Thread Andrea Fontana via Digitalmars-d-learn
On Thursday, 23 March 2017 at 13:07:54 UTC, biocyberman wrote: I would choose 'dlangui' and check 'vibe.d' for a start. However, I do not need to access the central server via web browsers. Hope that you can give some thoughts about this design, what GUI library to use, and what back-end

Re: high performance client server solution in D?

2017-03-23 Thread rikki cattermole via Digitalmars-d-learn
On 24/03/2017 2:07 AM, biocyberman wrote: I am considering to use D and its library to build a high performance client-server application. The client will be a cross platform (Windows, Mac, Linux) GUI program that can synchronize analysis results with the remote central server, and analyze data

high performance client server solution in D?

2017-03-23 Thread biocyberman via Digitalmars-d-learn
I am considering to use D and its library to build a high performance client-server application. The client will be a cross platform (Windows, Mac, Linux) GUI program that can synchronize analysis results with the remote central server, and analyze data locally. It will also visualize big data