Page 1 of 1

LiveCodeServer Official Links

Posted: Thu Apr 09, 2015 5:07 am
by pkmittal
Hi, Can any one provide me the live code server office link for the documentation, video tutorials and also hosting (which can be done on rev servers or internal server) and also download of trial version (if any)

Thanks

Re: LiveCodeServer Official Links

Posted: Thu Apr 09, 2015 11:46 am
by Klaus
Hi pkmittal,

I think you mean this: http://www.on-rev.com/server-status/home/
And this: http://downloads.livecode.com/livecode/


Best

Klaus

Re: LiveCodeServer Official Links

Posted: Thu Apr 09, 2015 3:57 pm
by pkmittal
Thanks.. I went through it.. I have understood that Live Code Server (On Rev) is just a way or processing data on server..(like php)

I am looking for something more.. For example, What are the other features of live code server. Is there a way so that we can create 2 way connection between client and server.. (Some kind of socket connection) So that we can develop mufti player games.

Are there any example or feature which list how the socket connection can be used in Live Code Server..

Please let me know.

Thanks
Best Regards
Pradeep

Re: LiveCodeServer Official Links

Posted: Thu Apr 09, 2015 5:02 pm
by Newbie4
If you are just getting started and want some simple client/server code to experiment with here is a link: https://sites.google.com/a/pgcps.org/li ... uter-games

Some of my students had a go at writing multi-player/multi-computer games at the end of last year but ran out of time. The code for one of them is at the bottom of the page "Tic-Tac-Toe" here: http://erhs.shaosean.tk/

I try to upload the code for some of the more complete ones that were written. You will at least see some different approaches and coding techniques

None of them use the Livecode Server. They just use the regular livecode platform. At least this will help you see what needs doens and understand the basics of computer-computer interaction.

Re: LiveCodeServer Official Links

Posted: Thu Apr 09, 2015 5:39 pm
by FourthWorld