Jump to content
MakeWebGames

Recommended Posts

Posted

Ok, so I want to implement a "cellphone" type thing. Basically, I don't even know what program language(s) could even do this. Something that will "pop up"/flash in a "screen" area like a cell phone alert.

Will need help learning how to use it too cause, I can't even think of a language that can do a "live screen change area".

Message me if your interested. Might need a co-op on this? So just lemme know guys.

Posted

Like sniko said, JS and CSS. Svg I wouldn't say is essential.

Look into websockets (socket.io) and nodejs for the real time events.

You might want to use redis or mongodb with this mod though, rather MySQL

Posted

This would be very easy with Node.js + socket.io but if you are using a shared hosting with no CLI/node integration you can use PHP with JQuerys ajax call (this is a very inefficient way to do this but is the easiest)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...