All Projects → ardacetinkaya → Notify.Me

ardacetinkaya / Notify.Me

Licence: other
Simple host application to provide send/receive feature for any kind of notifications and messages between client(s) and the host. The application is based on ASP.NET Core and SignalR to demostrate some features of these things...

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
CSS
56736 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Notify.Me

SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (+28.57%)
Mutual labels:  asp-net-core, signalr, signalr-core
WebApiJwt
Asp.NET Core 2.0 WebApi JWT Authentication with Identity & MySQL
Stars: ✭ 118 (+321.43%)
Mutual labels:  efcore, entity-framework-core, asp-net-core
chatle
chat le with ASP.NET Core
Stars: ✭ 20 (-28.57%)
Mutual labels:  entity-framework-core, asp-net-core, signalr-core
Volvox.Helios-old
Powerful, modular, web-managed, open-source Discord bot created by a community for communities.
Stars: ✭ 51 (+82.14%)
Mutual labels:  entity-framework-core, asp-net-core
ContosoLending
An ASP.NET Core 3.1 app showcasing gRPC, server-side Blazor, SignalR, and C# 8.
Stars: ✭ 15 (-46.43%)
Mutual labels:  asp-net-core, signalr-core
AngularCLI-ASPNET-Core-CustomersService
Example of integrating Angular with ASP.NET Core RESTful Services
Stars: ✭ 61 (+117.86%)
Mutual labels:  entity-framework-core, asp-net-core
ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (+32.14%)
Mutual labels:  entity-framework-core, asp-net-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (+3.57%)
Mutual labels:  entity-framework-core, asp-net-core
car-rental
CarRental Project
Stars: ✭ 13 (-53.57%)
Mutual labels:  entity-framework-core, asp-net-core
xamarin-chat-signalr
Xamarin Forms Modern Chat Using SignalR ASP.NET
Stars: ✭ 12 (-57.14%)
Mutual labels:  asp-net-core, signalr
ngrx-signalr-core
A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
Stars: ✭ 18 (-35.71%)
Mutual labels:  signalr, signalr-core
TypedSignalR.Client
C# Source Generator to Create Strongly Typed SignalR Client.
Stars: ✭ 16 (-42.86%)
Mutual labels:  signalr, signalr-core
vscode-csharp-snippets
Extension of C# Snippets for Visual Studio Code
Stars: ✭ 22 (-21.43%)
Mutual labels:  asp-net-core, signalr-core
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+275%)
Mutual labels:  entity-framework-core, asp-net-core
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (+39.29%)
Mutual labels:  entity-framework-core, asp-net-core
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (+314.29%)
Mutual labels:  entity-framework-core, asp-net-core
ChatService
ChatService (SignalR).
Stars: ✭ 26 (-7.14%)
Mutual labels:  asp-net-core, signalr
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (+64.29%)
Mutual labels:  entity-framework-core, asp-net-core
SQLiteEncryptionUsingEFCore
SQLite Encryption using Entity Framework Core (EFCore)
Stars: ✭ 42 (+50%)
Mutual labels:  entity-framework-core, asp-net-core
QueryNinja
Framework for dynamic query building regardless of the source and target.
Stars: ✭ 19 (-32.14%)
Mutual labels:  entity-framework-core, asp-net-core

Notify.Me

This is a simple application kick-off to provide communication features for any kind of application. It is a demostration app., so it has very simple implementation. This is the host application which is an ASP.NET Core(v2.1) application.

Build status

Some features;

  1. The main behaviour is done with ASP.NET Core v2.1 and SignalR
  2. Messages between a client and a host is stored in DB
  3. EF Core 2.1 is used for data operations
  4. Not all messages are shared with everyone, host per client can talk.
  5. Host can update her status
  6. For an example, a Wordpress page template is demonstrated, to show client applications can be any web based language.
  7. It's just for fun 😃 I will add new features soon.
  8. New concepts are going to be demostrated as Unit testing, DI, IoT related things, UWP app. and some ML related things.
  9. This app. can run on Azure and also on Linux
  10. Did I mention that it's just for fun 😃 😃
  11. Want to add some new interesting idea? Don't hesitate, you know what to do 😃

Happy coding... 😉

alt text

alt text

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].