https://github.com/tugberkugurlu/signalrsamples
https://github.com/tugberkugurlu/signalrsamples
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tugberkugurlu/signalrsamples
- Owner: tugberkugurlu
- Created: 2012-03-14T19:17:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-02T14:40:01.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T01:42:39.067Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 47
- Watchers: 22
- Forks: 105
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple and Multi-layer SignalR Chat Application
This's a chat application built with SignalR and various other open source server and client side libraries + frameworks. See the below list for all the used techologies:
- ASP.NET SignalR
- ASP.NET Web API
- ASP.NET MVC 4
- Entity Framework 6## Credits
- Application structure is inspired by [John Papa's Single Page App pluralsight course](http://pluralsight.com/training/Courses/TableOfContents/spa).
- Idea is smilar to [JabbR](https://jabbr.net) but this application is nowhere near the quality of JabbR.