acjordan2 / AlpacaBoards

Message Board and Content Management System
https://boards.drewgle.net
17 stars 4 forks source link

Add live updating for message posts #8

Closed acjordan2 closed 10 years ago

acjordan2 commented 11 years ago

probably a python script to run in the background. node seems unnecessary for this and apache might not be able to handle this for a large number of users.

TheSisb commented 11 years ago

Something like Nodejs would be an elegant way to handle websocket connections in comparison to a python script.

acjordan2 commented 11 years ago

Yea I agree, and that's probably the route I will end up going. I just wanted to avoid requiring another dependency to be installed. I can probably just do a PHP script for smaller sized websites and create something in Node if something more robust is needed. Adding the PHP script would make it easier to be installed in a shared hosting environment.

TheSisb commented 10 years ago

That's also true.
If you need any JS help I can help out (node/front-end).

acjordan2 commented 10 years ago

Yea, actually. That would be fantastic, my JS skills leave a lot more to be desired. Ideally I would like a something that wouldn't break the site if JS was disabled but I will take anything.

acjordan2 commented 10 years ago

added, bef915ef0d4b05d73c004fa61293747a55e58fe2