Skip to content

Live Chat Web v1.0.0

Latest
Compare
Choose a tag to compare
@Fredo-Ronan Fredo-Ronan released this 05 May 14:53
· 13 commits to main since this release
5f74abc

Lice Chat Web v1.0.0 (First version)

A simple Web based Live Chat that can connect with 2 or more people in chat

Feature

  • Can be use by 2 or more people
  • Message and name of the users can be tracked inside terminal that running the node.js server
  • Any voice note and images that send is stored inside Audio and Image folder in base64 format

Limitations

  • Since this is not connected with any database, user data and messages are disappear after closing the server unless you copy all of the console.log notification in terminal when server is running
  • New user cannot see the previous messages that already send by other user (because not using database)