Platter is an open-source, fast, reliable, secure chat service hosted by you! Yes you will have the full control with privacy!
- Awesome Interface
- Completely made in CLI. So you won't need a desktop manager.
- Protection against spam and limits the packet size.
- and much more!
Currently working on it.*
-
Use dotnet to run from the source, or execute the app bundle.
-
You can type the IP Address if you want, or you can setup an
settings.json
- Here is an example
settings.json
{ "ip_address": "127.0.0.1", /* It can be any meaningful address. Names like `localhost` are not allowed and throws error Instead of localhost you can use this example. */ "port": 12345, /* It can be any meaningful port number. */ "max_connections": 0 /* It can be any integer value, 0 (zero) means no limit */ }
- Here is an example
-
You can type in the terminal from the server to broadcast to all the members.
-
You also have a list of commands, just type
/
to get the list of commands.
-
Use dotnet to run from the source, or execute the app bundle.
-
Enter the required fields
- in the IP Address here
localhost
is supported
- in the IP Address here
-
Just type and press enter to send messages.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to your branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the [License Name]. See the LICENSE file for details.