Jump to content
Kev

WebChat

Recommended Posts

About project

WebChat is a simple chatting app writed for learning purposes. It communicates between server and clients via SignalR with JWT authentication.

 

Images below shows old version of UI. New design is dark and has login interface made with tsParticles library.

 

142842039-4cf6262a-6eef-446f-91de-8430f4

 

142842017-882cee96-7951-4e8a-a5d8-d13569

 

Requirements & Installation

To run this program you need npm, dotnet, and mssql server.

  1. Run the frontend (WebChat.Web directory) with npm server.
  2. Compile and run the backend. It should use https protocol and 5001 port. In other case, you must change hub connection settings in WebChat.Web/src/App.js. Compile solution with visual studio is recommended (instead of it you can use dotnet /build command).

 

If you want change the DB connection string or JWT settings, look at WebChat/appsettings.Development.json file.

 

Dont Read Me

This chart perfectly shows my feelings about writing this program.

142837203-1fade6df-2b5e-4f02-8248-bc9ed7

 

 

  • 60.4% of fun
  • 20.8% of try to not break up the keyboard
  • 18.8% of boring

 

ofc this values is percent of codes line. Writing 20% of the code in JS took about 70% of the time spent on project

 

Download: WebChat-master.zip

 

or

 

git clone https://github.com/Reykez/WebChat.git

 

Source

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...