Denys Stetsenko

Results 2 issues of Denys Stetsenko

I installed the open source edition on Ubuntu 14.04 (although did have troubles with dependencies installation). When i run `./info-beamer samples/hello` I get the following output: ``` Info Beamer 1.0pre4.47a5ea+Lua...

I want to run both socket.io server and socket.io client on the same port of my localhost. Server without client works (I use flask socket io) ``` from flask_socketio import...