mkpascal / Linkup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 100.0%