Accessing webduino without a browser

74 views
Skip to first unread message

Jeff

unread,
Mar 7, 2012, 6:36:40 PM3/7/12
to Webduino
I have a quick question. If the arduino is reprogrammed so that
clients access the arduino using an application instead of a browser,
then it doesn't need to follow the http protocol. Is the arduino
still considered a web server then? Is this how Netflix and various
online video games like League of Legends operate, since they are not
played while inside browsers?

Ben Combee

unread,
Mar 7, 2012, 7:03:19 PM3/7/12
to Webduino
No, it doesn't have to follow HTTP for those. However, more and more
applications use HTTP for talking, even outside of a web browser.
This is due to useful command line tools like curl for testing web
APIs and support for HTTP calls built into many programming languages
or environments.

Thomas Amberg

unread,
Mar 7, 2012, 7:11:05 PM3/7/12
to webd...@googlegroups.com
Hi Jeff,

You're right, HTTP is not the only protocol that works over a TCP connection. But it's also true that browsers are not the only viable HTTP clients. One advantage of HTTP is that firewalls, proxies and Internet routers know this protocol and do not interfere with it. Also, the request / reply pattern specified by HTTP makes it easier to build distributed systems without coupling clients and servers to tightly.

Cheers,
tamberg

--
You received this message because you are subscribed to the Google Groups "Webduino" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webduino+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webduino?hl=en.

Reply all
Reply to author
Forward
0 new messages