Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrivus/chatws
Discord-inspired WebSocket chat program.
https://github.com/akrivus/chatws
chat chat-application sinatra-applications sinatra-tutorial
Last synced: 2 days ago
JSON representation
Discord-inspired WebSocket chat program.
- Host: GitHub
- URL: https://github.com/akrivus/chatws
- Owner: Akrivus
- License: gpl-3.0
- Created: 2018-11-07T01:47:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:08:19.000Z (10 months ago)
- Last Synced: 2024-02-02T20:27:13.974Z (10 months ago)
- Topics: chat, chat-application, sinatra-applications, sinatra-tutorial
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatWS
Project to get me started with WebSocket, it is a simple chat program written with a Sinatra/Ruby backend and an HTML/JS
front end. I'll work on it regularly to add in some "finesse."**Message from 6 years later; I did not work on it regularly nor did I add "finesse" and will rewrite this sometime.**
To install it, run `bundle install`
To start it, run `ruby control.rb`
## Plans
* Make the thing work. (Done.)
* Bootstrap it to make it look pretty. (Done.)
* Add accounts. (Done.)
* Add commands. (Done.)## Contribution
This was created for education purposes, if you have plans with this to make it something else, consider doing a pull request or forking it and doing your own thing.