Git Product home page Git Product logo

notmyself / bivrost Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 6.0 3.26 MB

Bivrost is a asp.net core application that offers several overlay endpoints, hosts a Twitch.tv bot and bridges the two together to display chat events in OBS while streaming.

Home Page: https://iamnotmyself.com

License: MIT License

Shell 4.72% C# 46.98% JavaScript 19.73% HTML 1.60% Vue 24.35% Dockerfile 2.61%
asp-net-core docker now twitch twitch-bot vuejs

bivrost's Introduction

I am a Staff Solutions Architect at Okta

Hi there ๐Ÿ‘‹, my name is Bobby Johnson

I am a Staff Solutions Architect, Customer Identity Cloud at Okta

I am an engineer with a passion for solving complex problems.

Skills: VUE JS / JS / HTML / CSS / .NET Core / Docker

github dev linkedin twitter stackoverflow YouTube website twitch

GitHub streak stats

bivrost's People

Contributors

notmyself avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bivrost's Issues

Client Side Deep Links with WebpackDevMiddleware 404s

Adding in Vue Routing and Vuex.

  • Add Vuex
  • Add Vue Routing
  • Ensure client side routing works
  • Ensure a chat message is dispatched from server => signalr => Vuex

Filed a bug in the AspNetCore repo for the client side routing issue. dotnet/aspnetcore#10002

Also reached out to @jkotalik as a last-ditch attempt at sanity.

Given there are several things going on in this project WRT routing, this is how it should work:

Development Configuration

  • api route: http://localhost/api/* should be handled by MVC middleware
  • websocket route: http://localhost/client-hub should be handled by Signalr middleware
  • default route: http://localhost/ should return spa application via Webpack dev middleware
  • all others: http://localhost/**/* should return the spa application via webpack dev middleware

Production Configuration

  • api route: http://localhost/api/* should be handled by MVC middleware
  • websocket route: http://localhost/client-hub should be handled by Signalr middleware
  • default route: http://localhost/ should return spa application via spa static files middleware
  • all others: http://localhost/**/* should return the spa application via spa static files middleware

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.