Skip to content

A port of the Hotwire Rails Chat Demo to asp.net core

Notifications You must be signed in to change notification settings

rmszc81/hotwire-aspnet-demo-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hotwire Asp.Net Core Chat Demo

A port of the Hotwire Rails Chat Demo to asp.net core

  • Razor Pages, EF Core, SQLite
  • SignalR to deliver Turbo Streams messages
  • Fluid for out of band template rendering

To start, go to ./WebApplication and run:

npm ci
dotnet build
dotnet tool restore
dotnet ef database update --no-build
dotnet run

Then open https://localhost:5001 and try it out.

About

A port of the Hotwire Rails Chat Demo to asp.net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.4%
  • JavaScript 13.2%
  • HTML 12.3%
  • TypeScript 4.9%
  • Liquid 0.2%