Does CI support my application? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8) +--- Thread: Does CI support my application? (/showthread.php?tid=71628) |
Does CI support my application? - jerry - 09-07-2018 I am now 90% sure about my choice. My application is a server for managing a flying conection(https or websocket). which send and receive data. the data, would be processed, stored, and showed to the user. (some data need not be handled by database, but remain outside , persistent) So, I think I may need a "background service running from begining to the end". any user can access them from any pages. So, I looks like Asyncronous multi-thread and global access techonlogy. Can CI be able to handle my application? Thank you for all you helps. RE: Does CI support my application? - ignitedcms - 09-07-2018 I think it would be better to use something like nodejs no? |