Author Topic: What other languages can I integrate with my web apps?  (Read 633 times)

0 Members and 1 Guest are viewing this topic.

Offline m0l0ko

  • Peasant
  • *
  • Posts: 129
  • Cookies: -4
    • View Profile
What other languages can I integrate with my web apps?
« on: June 12, 2014, 11:31:13 am »
I started getting into making bash scripts lately, have been making useful tools with them, but since I'm already a PHP programmer and web developer, I like integrating bash scripting with that. I know thats not viable on commercial servers though. Java looks good but this whole JDK toolkit is big and bulky, I don't like installing all that software on my system. Linux comes with python and perl pre-installed so I'd prefer to go that route. Can I integrate them into my web apps though? For example, can I get PHP scripts to run perl and python scripts? I'm well used to MySQL but I recently learned how to use SQLite and I like the way you can integrate it right into standalone  applications.  Python syntax is a bit alien to me, although if I can adjust to bash scripting then it shouldnt be much of an issue learning python syntax. I know javascript and XML, but I'm looking for something to add an extra dimension to my skills. I know java would do that, but what about perl or python? Or any other languages you can recommend.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: What other languages can I integrate with my web apps?
« Reply #1 on: June 12, 2014, 02:54:50 pm »
What do you want? A client or a server side scripting language?
Because Java would be client side, and Python (using DJango) would be server side...
Don't know about perl tho...
And did you google around a bit? Usually you'll find tons of links about integrating scripting languages in other programming languages...
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: What other languages can I integrate with my web apps?
« Reply #2 on: June 13, 2014, 05:26:40 pm »
Java is not necessarily client-side, lots of websites uses Java which is running from the server and not the client.

I wouldn't really integrate PHP with over back-end programming languages for the same website. You can use Python on the server to manage and control the server and such, but I wouldn't recommend to use more than one language for your website. So either use Python for your back-end (Django, Flask etc.) or PHP or maybe even Ruby (mainly Rails).

"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: What other languages can I integrate with my web apps?
« Reply #3 on: June 13, 2014, 09:25:50 pm »
Ruby ?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: What other languages can I integrate with my web apps?
« Reply #4 on: June 13, 2014, 10:04:17 pm »
Ruby ?
On Rails.

It is quite a good server side language. But you already know that. Alot has been done recently to garner it vulnerabilities. I would recommend it to another web enthusiast.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: What other languages can I integrate with my web apps?
« Reply #5 on: June 14, 2014, 05:53:51 am »
You can most certainly use Perl for server side languages. Many popular web apps have Perl as a backend. I just can't think of any right now and I'm too lazy to look it up  :P

Also, some of you may know that I code in Ruby, and it's rather popular for web apps as well. However, I'd be reluctant to recommend it because, well, everyone in the world hates Ruby and the simple uttering of it's name causes people to involuntarily vomit their opinion that Python is better then Ruby and they don't prefer Ruby and they think it's ugly, despite the fact that I in no way cared or asked them their opinion, and to be quite honest I'm rather fucking sick to death of hearing about it. So...

Try Perl  ;D
« Last Edit: June 14, 2014, 05:59:21 am by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python