POLL: LiveCode Server deployment
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
-
- Posts: 108
- Joined: Sun Aug 23, 2009 7:48 am
- Contact:
Re: POLL: LiveCode Server deployment
B: I use it on a webserver at our university. At the moment there are mainly small utilities for getting account credentials, getting results, etc. But in the near future, I will probably use it to build more tools that integrate several of our other systems. I usually create a tool in the LiveCode IDE first, then move it to the server and add a web GUI instead.
___________________________________
MacBook Pro, 15" 2.6GHz i7 Mac OS X 10.10.4
iMac 27", 3.2 GHz Quad i7, Mac OS 10.10.4
LiveCode 7.0.6 or 8.0dp4
MacBook Pro, 15" 2.6GHz i7 Mac OS X 10.10.4
iMac 27", 3.2 GHz Quad i7, Mac OS 10.10.4
LiveCode 7.0.6 or 8.0dp4
-
- Posts: 30
- Joined: Mon Oct 28, 2013 1:23 pm
- Location: Dresden, Germany
Re: POLL: LiveCode Server deployment
C: I have an account at www.hostm.com which is one of the very few hosting companies running Livecode server.
Up to now I'm using it to create some scripts which work as an API for some mobile apps for scientific projects.
I really like that Ii can be creative with Livecode on all platforms and devices and don't have to implement functions in different languages just to be able to use them in multiple usage scenarios.
I think especially for some kind of API functions Livecode server can be really productive due to its simplicity and development speed.
Cheers,
Torsten
Up to now I'm using it to create some scripts which work as an API for some mobile apps for scientific projects.
I really like that Ii can be creative with Livecode on all platforms and devices and don't have to implement functions in different languages just to be able to use them in multiple usage scenarios.
I think especially for some kind of API functions Livecode server can be really productive due to its simplicity and development speed.
Cheers,
Torsten
-
- VIP Livecode Opensource Backer
- Posts: 8301
- Joined: Sat Apr 08, 2006 7:05 am
- Location: Los Angeles
- Contact:
Re: POLL: LiveCode Server deployment
Thank you for chiming in, Torsten.
That's my attraction. LC covers as many platforms as JavaScript, but more sanely.
^ this!TorstenHolmer wrote: ↑Sat Jan 25, 2020 9:17 pmI really like that Ii can be creative with Livecode on all platforms and devices and don't have to implement functions in different languages just to be able to use them in multiple usage scenarios.
That's my attraction. LC covers as many platforms as JavaScript, but more sanely.

Good suggestion. Thanks.I think especially for some kind of API functions Livecode server can be really productive due to its simplicity and development speed.
Richard Gaskin
Community volunteer LiveCode Community Liaison
LiveCode development, training, and consulting services: Fourth World Systems: http://FourthWorld.com
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
Community volunteer LiveCode Community Liaison
LiveCode development, training, and consulting services: Fourth World Systems: http://FourthWorld.com
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
-
- Livecode Opensource Backer
- Posts: 362
- Joined: Tue Apr 10, 2012 9:18 am
Re: POLL: LiveCode Server deployment
Like @TorstenHolmer I have used LCS for writing API's (amongst other things) and I find it especially quick and easy to work with.
This past month I have been working on a Weather Station running on a Raspberry Pi out in a field. Rather than doing much on the rpi, I am just sending the bare-bones data to a LC server via my custom little API post and have my server do all of the work with calculating, putting things into a database, and producing a webpage with weather statistics.
Compared to working with PHP, I find Livecode to be enjoyable rather than stressful.
Having said that, I am a web-developer and have been working with Linux and VPS's for the last few years on a regular basis so basic setup, configuration and securing are second nature to me now. I can understand how those things can be major hurdles for someone just delving into that realm.
This past month I have been working on a Weather Station running on a Raspberry Pi out in a field. Rather than doing much on the rpi, I am just sending the bare-bones data to a LC server via my custom little API post and have my server do all of the work with calculating, putting things into a database, and producing a webpage with weather statistics.
Compared to working with PHP, I find Livecode to be enjoyable rather than stressful.
Having said that, I am a web-developer and have been working with Linux and VPS's for the last few years on a regular basis so basic setup, configuration and securing are second nature to me now. I can understand how those things can be major hurdles for someone just delving into that realm.