Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oberstet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
End-To-End Encrypted RPC/PubSub Over Tor
(meejah.ca)
41 points
by
oberstet
9y ago
|
5 comments
2.
▲
by
oberstet
11y ago
Regarding docs, yes agreed. But we are working on this and things are improving. This is still moving fast . Rgd the server stability issues you mention: what WAMP router are you using?
3.
▲
by
oberstet
11y ago
Minor, but still: you can't write a conforming WebSocket client in 3 lines of code, and you can't write a conforming WebSocket server in 200 lines of code. I know: I have written a couple. Anyway. Moot, since this isn't about
4.
▲
by
oberstet
11y ago
socket.io is a JS point solution for PubSub only .. http://wamp.ws/compared/#socketio
5.
▲
by
oberstet
11y ago
In a way yes, but WAMP offer more functionality (e.g. PubSub)
6.
▲
by
oberstet
11y ago
WAMP can use different serialization formats, and MsgPack is one of them.
7.
▲
Wanted: Python/Twisted developer for paid work on open-source
(groups.google.com)
2 points
by
oberstet
12y ago
|
0 comments
8.
▲
Going asynchronous: from Flask to Twisted Klein
(tavendo.com)
1 points
by
oberstet
12y ago
|
0 comments
9.
▲
Unified application routing over WebSocket
(wamp.ws)
1 points
by
oberstet
12y ago
|
0 comments
10.
▲
Calling C++ from JavaScript in browser
(github.com)
2 points
by
oberstet
12y ago
|
0 comments
11.
▲
Dissecting WebSocket's Overhead
(tavendo.com)
2 points
by
oberstet
13y ago
|
0 comments
12.
▲
by
oberstet
13y ago
Awesome! FWIW, Autobahn also supports PubSub and RPC over WebSocket in a unified protocol: WAMP ( http://wamp.ws/ )
13.
▲
by
oberstet
13y ago
Indeed. I'd expect increasing uptake in 2014. I think the current "Python 3 sucks" outburst is indeed a sign it's at a tipping point .. the usual ignore, denial, accept cycle.
14.
▲
WebSocket for Python 2 and 3 on Twisted and Asyncio
(mail.python.org)
7 points
by
oberstet
13y ago
|
4 comments
15.
▲
40 data points of software tech popularity
(tavendo.com)
1 points
by
oberstet
13y ago
|
0 comments
16.
▲
RaspberryPi: publish & subscribe over WebSocket at 6000 evts/sec
(tavendo.com)
2 points
by
oberstet
13y ago
|
0 comments
17.
▲
PyPy on FreeBSD - get the nightlies
(tavendo.com)
2 points
by
oberstet
13y ago
|
0 comments
18.
▲
WebSocket - Why, what, and - can I use it?
(tavendo.com)
2 points
by
oberstet
13y ago
|
0 comments
19.
▲
WebGL & WebSocket: from Chrome desktop to mobile
(youtube.com)
1 points
by
oberstet
13y ago
|
0 comments
20.
▲
3D models on the Web with real-time sync: WebSocket+WebGL combined
(showroomdummy.com)
2 points
by
oberstet
13y ago
|
0 comments
21.
▲
WebSocket servers test report: Jetty, ws/node, ws++, Cowboy and Autobahn
(autobahn.ws)
1 points
by
oberstet
13y ago
|
0 comments
22.
▲
WAMP (WebSocket RPC + PubSub) for iOS - based on SocketRocket
(github.com)
1 points
by
oberstet
14y ago
|
0 comments
23.
▲
by
oberstet
14y ago
"standard" run-times .. yeah, right. But try PyPy - same perf class as V8. And LuaJIT - probably faster than V8 - apart from GC. And for GC perf: Erlang does parallel (per "green thread") GCing ..
24.
▲
by
oberstet
14y ago
Yes, exactly. Currently, it is not registered, but claimed and in commercial use. Note that this is only done to protect the integrity of WAMP over time .. "if you fork it, thats cool, but don't call it WAMP". WAMP is an open protocol, free
25.
▲
by
oberstet
14y ago
WAMP was specifically designed to do both RPC (think AJAX-on-steriods) plus PubSub within one protocol based on WebSocket. socket.io seems to be PubSub only, but transport neutral. WAMP currently is only defined for WebSocket transport, but
26.
▲
by
oberstet
14y ago
While it MAY be true that WS is blocked by some mobile carriers (though I haven't seen it myself .. at least in Germany), providers will have more problems blocking WSS since it runs over TLS. Since WSS only starts after a TLS connection is
27.
▲
Autobahn now supports Safari iOS/OSX (WebSocket "Hixie" style)
(groups.google.com)
1 points
by
oberstet
14y ago
|
0 comments
28.
▲
AutobahnPython 0.5.0 released
(groups.google.com)
1 points
by
oberstet
15y ago
|
0 comments
29.
▲
WebSocket Test Suite
(autobahn.ws)
5 points
by
oberstet
15y ago
|
0 comments