Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 481 Bytes

File metadata and controls

16 lines (12 loc) · 481 Bytes

Akka streams service with reactjs client

  • AkkaStreamsSample.Console - console app utilizing akka streams in akka.net
  • AkkaStreamsSample.WebApi - web api layer with signalr hub
  • AkkaStreamsSample.Web - reactjs client (built with node and npm)

Setup

Install rabbitmq

Change from localhost (with default port) if rabbitmq is running on a different machine/port

Build reactjs client

  • npm install
  • npm run build

Start web api and console in Visual Studio

  • F5