S
S
scofieldsj2010-11-10 12:52:20
Perl
scofieldsj, 2010-11-10 12:52:20

A question of application architecture, a bunch of C ++ (back-end) and Perl (web-front-end)

The idea was to write a game. Due to its specifics, namely the need to use it not only as an online game, but also as a desktop game, it was decided to write the main engine in C ++.

The web frontend will most likely be written in Perl. Generally speaking, as I understand it, what web programming language will be used does not apply to the essence of the question.

The question, in fact, is the following: how to organize a bunch of an engine written in C ++ and a web frontend written in Perl?

I must say right away that I have practically no experience in this and I did it just to gain it. Well, just for fun, of course. Therefore, system calls come to my mind for the time being, and in the engine, the analysis is already of what goes to STDIN, etc. But I suspect there is a better way.

Or do you need some clarification? I will be grateful for any advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shsmad, 2010-11-10
@shsmad

Use something like xmlrpc, jsonrpc, soap?

K
kekekeks, 2010-11-10
@kekekeks

Etssamoe, but what prevents you from taking C # with ASP.NET MVC, getting about the same performance, but getting rid of a bunch of problems?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question