Skip to content

vivekgalatage/QWebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QWebSocket

WebSocket server and client library

Getting the source and building

$ git clone --recursive https://github.com/vivekgalatage/QWebSocket.git
$ cd QWebSocket
$ qmake
$ make

Build Status

Test echo_server

Execute ./out/bin/echo_server which by default listens on localhost:9002

  • Open http://www.websocket.org/echo.html in a browser which supports WebSockets (chrome, firefox, safari etc.)
  • Enter location as: ws://localhost:9002
  • Click connect
  • See that the CONNECTED message is shown in log
  • Enter some sample message in the text box and click send
  • See that the message is echoed in the log

About

Qt wrapper for websocketpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published