Communicating to the server from a website

Discussion in 'Plugin Development' started by 8thDimension, Aug 8, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    8thDimension

    Hello Bukkit devs,

    I'm currently wondering on the best way to communicate from a website to a server. For example: If I was to create a website where users could send a broadcast message to the server, how would I do it so that when I send it, a plugin will receive that message and broadcast it (Of course, I'm not actually trying to create a plugin/page that does this)

    What would be the best way to do this?
     
  2. Offline

    hammale

    well in that example this wouldnt work but sometimes i use (my)sql to link server and web
     
  3. Offline

    8thDimension

    I could use MySQL instead as an alternative, but strange... I thought it would work as I've seen plugins where if you triggered something (IE. Purchase an item off a web store, submit a form) it would send data to a plugin/server
     
  4. Offline

    hammale

    yeah they are using an integrated webserver on the server (ie look at dynmap)
     
Thread Status:
Not open for further replies.

Share This Page