chat-example icon indicating copy to clipboard operation
chat-example copied to clipboard

Can we use this code online?

Open RuyiLi opened this issue 8 years ago • 1 comments

If I were to make a website with all these, would it work?

RuyiLi avatar Mar 04 '16 23:03 RuyiLi

Yes, the only requirement ist Node.js. With the following steps I could run this example:

git clone https://github.com/rauchg/chat-example.git
cd chat-example/
npm install
node index.js

See also https://github.com/rauchg/chat-example/pull/5, where someone has created a version of the example that runs on Heroku

staeff avatar Mar 15 '16 21:03 staeff