Skip to content

Chat room app using go implementation of socket io. Create chat rooms on the fly easily.

License

Notifications You must be signed in to change notification settings

Poujhit/Chatzilla

Repository files navigation

Chatzilla

Chat Room Application made using React/Typescript and Go implementation of socket.io engine.
Try out here.

Features

  • Users can create chat rooms on the go.
  • Simple room creation process.
  • All your chats are not stored anywhere. Even the chat rooms are not stored anywhere.
  • Connection is persisted using websockets and easy reconnection if connection is lost due to any issues.
  • Relaibility and speed of Golang

About

To See my Other Projects

Drop a ⭐ if you liked this Project. Any issues do report. Suggestions are Welcomed.