arsho / real_time_chatting_wearing_socks

Real time chat application using SockJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real time chat application using SockJS (sockjs-1.1.1.min.js as SockJS-client, SockJS-node as SockJS-server).

Super simple application without any overhead. Hopeful that JS lovers find this interesting. :smiley:

Real time chatting Demo

alt real_time_chatting_wearing_socks Demo


How to use:

  1. Download and install Node.js.
  2. Install SockJS-node using Node Package Manager(NPM):
    npm install sockjs
  3. Open client\index.html file in two tabs of your favourite browser.
  4. Start chatting in real time!

Learn more:

Take a look at this presentation WebSockets && SockJS

alt WebSockets && SockJS

Enjoy!

If you have any suggestion, please send a message to https://www.facebook.com/ars.shovon

About

Real time chat application using SockJS


Languages

Language:CSS 46.1%Language:JavaScript 33.6%Language:HTML 20.3%