Skip to content

dajanto/recruitment

 
 

Repository files navigation

recruitment

This package provides a WebSocket server on which a series of json encoded events is sent out. These events describe the behavior of a virtual mediaplayer device.

Building

Make sure to have dart installed on your system. Then run

pub get
pub run build_runner build

Running

Start the server process by running

dart bin/recruitment.dart

Usage

Once running a WebSocket is exposed on https://0.0.0.0:8808/ws. As soon as a user subscribes to the socket a pre-defined sequence of events is started and sent out to the WebSocket.

See file LICENSE for licensing information.

Created from templates made available by Stagehand under a BSD-style license.

Challenge Solution Building and Running

dart bin/recruitment.dart
git clone --recursive-submodules https://github.com/dajanto/recruitment
cd recruitment
cd boost
./sh booststrap.sh
./b2
cd ..
g++ -pthread -I ~/Downloads/recruitment/websocketpp/ -I ~/Downloads/recruitment/boost/ -I ~/Downloads/recruitment/json/include/ Solution/echo_client.cpp -o foobar
./foobar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • Dart 42.2%
  • Python 4.1%
  • CMake 1.5%