Skip to content

tosuki/gophir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gophir

Gophir is a webchat written using TypeScript and Web sockets.

Authentication

You can find more details of the endpoints of the api here. Futhermore, here are some gifs showcasing the app (it is still a work in progress, but at least it already works) The authentication API was made using JWT as authentication token and bcrypt as encryption. Although i made an authentication system, it wasnt the focus of this project, but so the chat part you will see below.

Chat

The main focus of this project, the web sockets. I decided to write an mini chat using web sockets to learn a little about web sockets. Web sockets are a good alternative to HTTP when you need a more constant communication between client and server, which is the case of a chat. If you want to know more about Web sockets, i recommend watching this

About

A webchat written using TS + Sockets + React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published