thecatalinstan / Criollo

A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
https://criollo.io/
MIT License
290 stars 51 forks source link

WebSockets support? #44

Open omarojo opened 5 years ago

omarojo commented 5 years ago

Im trying to have 7 iOS devices. One is the Web Server, the others connect to the server via WebSockets. So when the Server notifies the clients (via websocket) to take a Photo they all take a photo at the same time. and then Upload Images to Server via AFNetworking.

I like that your already implemented support for Uploading images. But I need to a way to notify in realtime all my clients.

Is this even possible ?

thecatalinstan commented 4 years ago

I realize that this is extremely late, but:

Hope it will help someone.