|
|
|
|
|
by karmakaze
2656 days ago
|
|
I would suggest perhaps a language/framework that compiles to a single binary. I'm assuming that the back-end doesn't need to do any heavy lifting. You could use Go, Crystal/Kemal, Nim/Jester or other combination. Do you actually need the same deployed code to run on each platform (Net/Java) or is it sufficient to have common source that produces a binary for each? |
|