Giter VIP home page Giter VIP logo

signalrdemo's Introduction

SignalRDemo

Introduction

This .NET Core 3.1 and Angular 12 project was created to demonstrate some of the uses cases of using SignalR. The main focus was to demonstrate how we can broadcast real time data and show it in a chart using chart.js, and create a room for multiple clients to chat using SignalR Groups feature.

Features/Build with

  1. .NET Core 3.1 - .NET Core is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework. The project is primarily developed by Microsoft and released under the MIT License.
  2. Angular 12 - Angular (commonly referred to as "Angular 2+" or "Angular v2 and above") is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
  3. SignalR - SignalR is a software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components.

Getting started

To run, test and modify this projects you need to have the listed prerequisites and follow the installation guide.

Prerequisites

  1. Visual Studio 2019
  2. Visual Studio Code
  3. Angular CLI
  4. Node.js
  5. .NET Core 3.1 SDK

Installing

  • First download or clone this repository.
  • Open the Server project, build and run (F5).
  • Open the Client project.
  • Open the console in the client folder and type npm install --legacy-peer-deps to install node_modules.
  • Run the project using ng serve --open.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

Kyrylo Yavorenko - Software Engineer - Linkedin

See also the list of contributors who participated in this project.

signalrdemo's People

Contributors

dependabot[bot] avatar kiril1512 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mahmudmihon

signalrdemo's Issues

Group logic when entering the chat.

The SignalR group logic should be reviewed because it is not natural as a chat need to be.
OnConnected methods should not add the user to the chat, but another method for that purpose, so the user will be able to join another or multiple chats.

Add real-time data capturing.

Add real-time data capturing - maybe track mouse position and show the results in real time and the average values.

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.