Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developerjosh/simple-chat
Yes it's called simple chat and it really is and it is made for new developers
https://github.com/developerjosh/simple-chat
chat chat-application console-chat-app easy-to-use no-database
Last synced: about 5 hours ago
JSON representation
Yes it's called simple chat and it really is and it is made for new developers
- Host: GitHub
- URL: https://github.com/developerjosh/simple-chat
- Owner: DeveloperJosh
- License: other
- Created: 2022-07-27T04:15:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:30:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T11:58:41.527Z (over 1 year ago)
- Topics: chat, chat-application, console-chat-app, easy-to-use, no-database
- Language: JavaScript
- Homepage: http://simple-chat.xyz
- Size: 250 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Simple Chat
Simple Chat is a chat for new developers that want to learn more about programming.
# Deployment
For deployment steps, see the [Deployment Guide](https://github.com/DeveloperJosh/Simple-Chat/blob/master/src/server-side/Readme.md)
## Chat Demo
![](https://github.com/DeveloperJosh/Simple-Chat/blob/master/images/cmd_demo.gif)
# Server Demo (Yes I know)
![](https://github.com/DeveloperJosh/Simple-Chat/blob/master/images/server_image.png)## What we use
**Client:** Node, socket.io-client
**Server:** Node, socket.io
## FAQ
#### Can i make my own client?
Yes you can use any language that supports or has a package for socket.io
#### Can i host my own server?
Yes, you just need to download the js file or download and run the exe file.
# News
We are are now working on a website## What the website will bring
Site has not yet be created only the chat room has.We will be using [nextjs](https://nextjs.org/) for the backend,
and [React](https://reactjs.org/) for the forntend.## Features
1. Chat rooms that can be created and joined by anyone, They will all use a ip like `chat-name-of-room.simple-chat.xyz`
2. Chat room settings that can be changed by the owner of the chat room
Note: Nothing will be saved as this server is anonymous and does not have a database.