Skip to content

leepy82/mvc-javascript-websocket-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

WebSocket Tester

This code is a companion to my tutorial, HTML5 and JavaScript WebSockets using MVC https://tonygaitatzis.tumblr.com/post/61028281192/html5-and-javascript-websockets-using-mvc

It is a WebSocket Client for manual content exchange between your browser and a websocket server. It can run from your hard disk, if you load websockettester.html in your browser. It does not need to be installed on a web server.

Give it a spin and try connecting it to the echo websocket server at ws:https://echo.websocket.org

It is programmed with Twitter Bootstrap, FontAwesome, JQuery, and Model-View-Controller architecture, feauturing a Handler design pattern for processing the server response in the UI.

About

An HTML5+CSS3, MVC JavaScript WebSocket client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • HTML 20.0%
  • CSS 11.3%