A Minimal Chat Application in JavaScript.

No login. No Backup. No Fuss. Just Minimalism.

Nitin
1 min readJan 22, 2021

A simple messaging Application that leaves out complex features that these modern day applications impose upon us, to escape from this we decided to build an application that allows us to chat only when required, to whomsoever required, wherever required.

What are our features?

In our Ideal Application these are the following features, that we plan to include:-

  • Able to Create Rooms for one to one or Group Chats.
  • Authentication Using a Room ID.
  • Chat cleared after each session.
  • Seamlessly connect with anyone by simply sharing your room id.
  • Get to know which user is typing in a group chat.

How do we plan to do this?

We would like to make this application of ours be reachable to all, hence making a website for this seems to be the most viable option. For this we are planning on using the following technologies:-

  • HTML 5
  • CSS 3
  • JavaScript
  • NodeJS
  • Socket.io (A JavaScript library that allows us for client communications)
  • Heroku

And thats it.

- By “The Minimalists”

--

--