Hello,I have a legacy app written in Adobe Air (flash for mobile phones) that is in a need of a new server.Adobe Air has Socket class that connects with 'net' TCP package, and I have found an old Socket.io / WebSocket library that works. But there is no chance of using specific sdks that are written on top of websockets.So knowing that, I am looking for a framework that is handling the routing of socket requests (command, action) that will also handle scaling and possible some other things. (authentication, security) . I have tried Feathers.js but in feathers, API for sockets is strictly with REST commands (find, get, ...) and I would like to create a custom api (doThis). And then, behind the scenes I would like to do database stuff or business logic.Are you guys familiar with any similar framework?
Submitted September 07, 2018 at 10:56AM by matejthree
No comments:
Post a Comment