adamki / real-time

Node app that pushes chat messages in real-time using websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time(spec here)

Real time is crowd-sourcing platform. Built with node, express and socket.io

Learning Objectives
  • Build a rich web application that leverages WebSockets to push data to connected clients in real time.
  • Leverage simple data structures to manage the state of your application.
  • Evaluate the trade-offs involved in different approaches and make informed decisions about your application's design and architecture.

About

Node app that pushes chat messages in real-time using websockets


Languages

Language:JavaScript 63.6%Language:CSS 36.4%