UI Deploy

Curated, Short, Web UI Dev we Love.

Seven Awesome Things You Can Build with Node.js

Node.js is not just for making simple websites, but awesome, dynamic, real-time experiences.

1. Gif Chat Room

Node.js is built for making chat applications. Here’s a novel twist. Chrome and Firefox have an API to access a computer’s camera. Images from the camera get processed around the submission of a chat message and a gif is sent to the room.

view source

Advertisement