Integrate socket.io for real-time between front and back

the implementation of transport transparent framework is clean in feathersjs where one can have both REST and socket.io , front-end can be aware of back-end changes by listening to events.
another idea might be real-time DB technologies but it will be hard to reflect this on RDBMs

1 Like

forgot to reference node based projects since this is what am interested in