![]() |
Live Chat & Notification - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Live Chat & Notification (/showthread.php?tid=70161) |
Live Chat & Notification - frankenestain - 03-02-2018 What is the best way to implement live chat and notification system, any suggestion would be great? Thanks in advance ![]() RE: Live Chat & Notification - PaulD - 03-02-2018 It is quite a bit of work to make anything decent. There are existing solutions such as https://livehelperchat.com/ et al. The best way is to implement an existing tried and tested system. I built one myself once but it is harder than it looks :-) Paul. RE: Live Chat & Notification - albertleao - 03-02-2018 Hey Frank, It's pretty simple using some other technologies. You can have a pretty decent chat system running with NodeJS, Socket.IO in a few days with some work |