Skip to content

A websocket server implementation in C++ using poco libraries

License

Notifications You must be signed in to change notification settings

hemantranvir/websocket_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket_server

A websocket server implementation in C++ using poco libraries

Extracting boost, poco and gtest

Go to external directory and run following

$ make all

Building binaries

  • Run the following command to build the binaries in bin/ directory

$ make all

  • Exectute the following command to start the server on localhost:32000

$ LD_LIBRARY_PATH=../external/poco/lib ./server (To stop the server enter "exit" and Enter)

  • Exectute the following command to start the client and connect to server on localhost:32000

$ LD_LIBRARY_PATH=../external/poco/lib IP_ADDR=127.0.0.1 PORT=32000 ./client

About

A websocket server implementation in C++ using poco libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published