JavierDonosoV
JavierDonosoV

Reputation: 33

Socket.io Server in Delphi XE5

Im looking for sample source code, component for Socket.io Server implementation. I'm using SgcWebsockets (http://websockets.esegece.com/) works fine like socket.io client, they don't provide socket.io component, there is some solution or aproach..

Im supporting Web app (AngularJS) that use nodejs has main socket.io server in the cloud, but when something goes wrong the web app redirect the traffic to the local app server builded in Dephi, the http server indy, websocket-Socket.io client component works fine, but now we need also implement the socket.io server locally.

Upvotes: 0

Views: 3509

Answers (1)

André
André

Reputation: 9112

My websockets library has support for socket.io: https://github.com/andremussche/DelphiWebsockets

Upvotes: 2

Related Questions