a node/websockets drawing chat adapted from jsChat!
- websockets real-time chat
- draw your messages instead of typing
- twitter auth, because randos ruin everything
- add files to some directory on your server - node must be installed.
- go into the pixelchat directory and install dependencies by running:
npm install
(dependencies: express, socket.io) - create a twitter app, update
config-example.js
and rename it toconfig.js
for authenticationĂź - to start chat server, run
npm start
- direct your browser to
localhost:3000
- if running this on another port or domain, change line 24 in
app/pixelchat.js
to match or else you'll get CORS errors
-
works on browsers that support socket.io and html5 canvas.
-
if you have suggestions and tips, please post an issue!.