Skip to main content

Okaychat

·171 words·1 min
Project JavaScript WebSockets Real-Time Express React
Aryan Goyal
Author
Aryan Goyal
I make a lot of useless software
Table of Contents

A Public Messaging app with quirks, written in JavaScript.

Hosted at: https://okaychat.ary82.dev

Quirks
#

  • Effortlessly acknowledge messages with a single keystroke. Pressing Enter with an empty message automatically sends the text "Ok"!
  • Click on Generate with AI to send an AI generated message based on the last five messages of your conversation
  • Supports Multiple Logins from same Account

Frontend
#

The Front end for this project is written in React, while utilising the features of various libraries such as:

  • Redux toolkit for state management
  • Axios for API requests
  • TailwindCSS for Styling
ary82/okay-client

A real time messaging webapp

JavaScript
0
0

Backend
#

The Back end For this project is written in JavaScript, while utilising:

  • Socket.io library for instant messaging
  • MongoDB database for storing users, and messages and WebSocket rooms
  • Calls to Google Gemini for Automatic Message Generation
  • PassportJS for implementing User Authentication
ary82/okay-api

Back end for a messaging webapp

JavaScript
0
0

Architecture/hosting
#

Here is a schematic representation of the project, showing the technologies and platforms used for hosting it:

representation of architecture of the web app