No description
Find a file
2024-11-13 09:57:49 -03:00
.gitignore Added readme. 2024-11-13 08:09:55 -03:00
config.json Refactored broadcast code 2024-11-13 09:57:49 -03:00
package.json Added readme. 2024-11-13 08:09:55 -03:00
readme Added readme. 2024-11-13 08:09:55 -03:00
server.ts Refactored broadcast code 2024-11-13 09:57:49 -03:00
tsconfig.json Initial 2024-11-12 11:55:37 -03:00

# Chatto
This is a chat server that uses WebSocket for communication, born in a college class. It should be as simple as possible, providing a quick way of communication.

## What Chatto is:
- A ephemeral messaging server

## What Chato is not:
- A - in any way - secure messaging server
- A messaging app on it's own
- Something you should use as a private messaging solution
- A server that provides any solution of client-side security (you can uncomment a line to 'disable' HTML injection, but that's all you have server-side), your client will have to handle everything on it's own.

I'm making this server to learn TS and improve my front-end skills, and I'm planning to host a client in my friend's private website, just to have a waterfall of messages where anyone can send something. The base code was made by my teacher (reportedly using Copilot) so I'm planning to refactor it.