Skip to content

sharp-apps/chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat

Chat is a highly extensible Web App with custom AppHost that leverages OAuth + Server Events for real-time Chat

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install chat
$ cd chat && app

Run as a .NET Core Web App (Windows, macOS, Linux):

$ dotnet tool install -g x

$ x install chat
$ cd chat && x

Requires .NET Core 3.1.

Learn

See sharpscript.net/docs/sharp-apps to learn about ServiceStack .NET Core 3.1 Sharp Apps.

About

Highly extensible App with custom AppHost leveraging OAuth + SSE for real-time Chat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 42.7%
  • HTML 42.2%
  • CSS 15.1%