igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

The demo website is not working #25

Closed hvu53 closed 7 years ago

igorantun commented 8 years ago

Yeah, that's an issue with the SSL cert. renewal which I'm fixing. Thanks for reporting! :)

igorantun commented 7 years ago

At last, online again! New URL: https://antun.me/node-chat/

rohitkrishna094 commented 6 years ago

how can we deploy it so that the chat app works on internet not just on local machine, so that the url can be shared? can we deploy it to github pages? or do we need heroku or some other backend? I am new to nodejs. thanks.

igorantun commented 6 years ago

Hello @rohitkrishna094 , you will need a backend, such as Heroku, to keep the websocket server online. The frontend alone can be hosted with Github Pages, but won't work without the backend.