Opera Unite developer’s primer — revisited

Forums » Dev.Opera » Archived Article Discussions

This topic has been closed. No new entries allowed.

Reason: You can now post comments on articles on Dev Opera

Forum rules and guidelines

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

14. October 2009, 06:01:41

Opera Software

tagawa

Posts: 143

Opera Unite developer’s primer — revisited

Opera Unite puts a Web server inside your Opera browser, allowing you to share files and applications with your friends and colleagues directly off your hard drive! This tutorial shows you how to get started on the road to Opera Unite application development by making a simple Opera Unite blog application.

( Read the article )

24. October 2009, 18:15:06

deep51

Posts: 14

It is fine wavesite. Thanks. Yours Deep

24. October 2009, 18:22:45

deep51

Posts: 14

Happy day all ! Opera unite is a best web server. Thanks. Yours Deep

7. November 2009, 17:56:43

jpzz

Posts: 1


There is a large and not so vocal user base that use a browser at work. We are looking for a light and secure browser that is supported across multiple platforms. Features that add bling, gee whiz and yes market share for the browser at home are seen as unnecessary attack vectors at work. Opera 10.10 as described comes across as P2P which will have a knee jerk reaction of security of taking down the application.

I know it is tough to engineer but could we have an optional install of these sorts of features. Users and hackers can't turn on what isn't there.
Thanks

23. November 2009, 16:35:02

dalibor42

Posts: 11

Fine introduction.

26. November 2009, 14:14:40

aanoaa

Posts: 1

thanks for this fine article.
but, i have questions.

1. what is <b>blog.ua</b> file? how can i use this?

http://dev.opera.com/articles/view/opera-unite-developer-primer-revisited/blog.ua
above URL is download link of 'Opera Unite blog source code' of this article.
--
2. is '<b>opera.io.webserver</b>' object exist?

i tested this article sample(simple blog), but i can't running it.
below is my debugging log from dragonfly Javascript debugger.
-------------
>>> typeof(<b>opera.io.webserver</b>);
<b>"undefined"</b>
>>> typeof(opera.io);
"object"
>>> typeof(opera);
"object"
-------------

this is my email.
<a href="">aanoaa@gmail.com</a>

please check it if you can.
thanks,
Hong.

24. November 2010, 00:45:13

timtocci

Posts: 5

This is a great introductory article for Unite programming and I learned a lot from it. I would be one hundred percent satisfied with it if it included some kind of data persistence code. Unite apps do not run all of the time (most of them), and there's no storage of data anywhere in the example given. To me it's sort of..., well incomplete.

@jpzz - you have to install Unite after you install the browser, it isn't installed by default.

Forums » Dev.Opera » Archived Article Discussions