All Projects → IEvangelist → IEvangelist.VideoChat

IEvangelist / IEvangelist.VideoChat

Licence: MIT license
Imagine two Twilio SDKs, ASP.NET Core/C#, Angular/TypeScript, SignalR, etc... Yeah, amazing!

Programming Languages

CSS
56736 projects
typescript
32286 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to IEvangelist.VideoChat

first-twilio-video-application
A demo of Twilio Video for the Build your first Twilio Video application webinar.
Stars: ✭ 16 (-75.76%)
Mutual labels:  twilio, video-chat
ngx-signalr-hubservice
Makes using SignalR in Angular 2/4 easy
Stars: ✭ 24 (-63.64%)
Mutual labels:  signalr
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (-19.7%)
Mutual labels:  twilio
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (-68.18%)
Mutual labels:  twilio
Vidyano
Vidyano Web²
Stars: ✭ 29 (-56.06%)
Mutual labels:  single-page-app
hackathons
A collection of tips and tricks for using Twilio at hackathons
Stars: ✭ 35 (-46.97%)
Mutual labels:  twilio
quickmeet
A video chat/meeting webapp using WebRTC and WebSockets. Basically a Google Meet clone + a collaborative Whiteboard.
Stars: ✭ 75 (+13.64%)
Mutual labels:  video-chat
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-72.73%)
Mutual labels:  signalr
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+41453.03%)
Mutual labels:  single-page-app
vuetify-admin
SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify
Stars: ✭ 212 (+221.21%)
Mutual labels:  single-page-app
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (-7.58%)
Mutual labels:  single-page-app
live-share-editor
ソースコードをリアルタイムで共有できるオンラインエディタ
Stars: ✭ 15 (-77.27%)
Mutual labels:  signalr
sms blitz
Send SMS messages through multiple different providers
Stars: ✭ 29 (-56.06%)
Mutual labels:  twilio
appointment-reminders-rails
A working Appointment Reminders sample built in Ruby on Rails
Stars: ✭ 36 (-45.45%)
Mutual labels:  twilio
poseparty
A social exercise game you can play while social distancing.
Stars: ✭ 25 (-62.12%)
Mutual labels:  twilio
mediadc
Nextcloud Media Duplicate Collector application
Stars: ✭ 57 (-13.64%)
Mutual labels:  single-page-app
serverlessnotifications
Serverless notifications with Azure Cosmos DB + Azure Functions + Azure SignalR
Stars: ✭ 60 (-9.09%)
Mutual labels:  signalr
ajxnetcore
Its an innovative method to turn an ASP.NET Core Application Into Single Page Application, While enhancing the Software performance both on server and client side.
Stars: ✭ 31 (-53.03%)
Mutual labels:  single-page-app
blog
Pixelhandler's Blog
Stars: ✭ 33 (-50%)
Mutual labels:  single-page-app
mangastack
Front-end web client for MangaDex. Previously hosted at https://mangastack.cf/
Stars: ✭ 23 (-65.15%)
Mutual labels:  single-page-app

IEvangelist - Video Chat (Powered by Twilio)

This is a demo app built for the purpose of a Twilio blog post. This application uses several key technologies that are intended to be highlighted.

  1. ASP.NET Core
    1. Web API
      1. Issues JSON Web Tokens (JWT) for client-side Twilio Video interactions
      2. Offers various end-points for Room and Participant details
    2. SPA Web-Server
      1. Serves up the Angular application
    3. SignalR
      1. This is used for pushing from the server to the client, specific updates
  2. Angular
    1. Various modules, components and services making up a video chat application

Configuration

There are several configurations that need to be made in order for this application to function correctly. You'll need to sign up for a Twilio Programmable Video account and get some API credentials.

# Name Environment Variable Key
1 AccountSid TWILIO_ACCOUNT_SID
2 ApiKey TWILIO_API_KEY
3 ApiSecret TWILIO_API_SECRET
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].