/Linkup

Two-way message system using node.js (PoC)

Primary LanguageJavaScript

Linkup

Linkup is a two-way message system using node.js & WebSocket. Before reading the code or testing the application, please note this is a proof of concept.

Usage

Server

You need to install the ws module (node.js),

npm install ws

Then,

node server.js

Client

Run the page,

client.html

Don't forget to modify the Websocket server before using it.

Attribution

This project uses different tools/technologies including,

  • node.js
  • ws module (for node.js)
  • jQuery
  • HTML5 WebSocket

License

Open Source.