9 years, 9 months ago.  This question has been closed. Reason: Too broad - no single answer

Connecting to webpage or webserver?

I'm trying to connect an mbed device to a webpage that sends and receives data using buttons. I've tried to modify the websockets server to connect to my webpage on github but with no success, my goal is have an independent webpage which doesn't use xively, mbed websocket server etc. For my understanding do I need to build a webpage or webserver or both?

Question relating to:

You will have to code a websocket server and then code a separate webpage with Javascript that listens to the same server and using the javascript to update your html code in real time.

posted by eric tan 03 Aug 2014

1 Answer

9 years, 9 months ago.

Want you use Web Sockets?