5
ard1998
5y

Some time ago i started programming an web chat application without frameworks that requires the user to have an active inventation url fron the application admin to be able to register. Im trying to do a lot of stuff with little code with imperative design philosophy.

If anyone is interested or want to give feedback. The project is open source and free to use. https://github.com/ard1998/...

Comments
  • 2
    Storing chat messages in a relational database is not the best idea, consider using mongoDB or DynamoDB just for the chat logs.
  • 0
    @AymanH thank you for the feedback. I undertand your point of view, as nosql databases dont have space reservation. But i believe with structured databases a higher speed can be archieved and that an predefined database layout can be its own documantary for its implementation. But i think there is enoug to discuss about that topic :)
Add Comment