Monkey Hosting server question?

Monkey Forums/Monkey Programming/Monkey Hosting server question?

EdzUp(Posted 2013) [#1]
Is it possible to create server applications with monkey?

I know there is examples of getting data from HTML websites and pages but what about hosting a server and allowing connections from another monkey game or is this still a blitzmax only thing?

If its not possible yet via monkey code will it be implemented at some point for targets like glfw etc?


Tibit(Posted 2013) [#2]
You cannot create a server yet with the official brl commands - YET!

However you can always wrap or use a network module, so it is possible but maybe not super simple.

I wrote a simple server in NodeJS that talked to Monkey, scales well in teh cloud which can be very useful.