Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

8 years ago by peekay732

I have a web app where I'm using socket.io on the server & client to communicate -- server listens to VNC over RFB protocol to send rect events to client. Client listens to user input events and communicates that to server. I am using canvas to paint the rect events.

I need to build the mobile version of this and found your project incredibly impressive and perfect for my use case.

Is it possible to communicate with socket-io server using impact.js?

8 years ago by AndrewMast

I have had experience with Socket.Io to ImpactJS, and it works fine.

I use this file in my game folder, and when I need access to socket-io, I add 'game.socketio' to the requirements and can create a socket with this.socket = io(url)

-Andrew
Page 1 of 1
« first « previous next › last »