Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.