Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmattrick/socketchat
A simple chat program utilizing JavaScript web sockets.
https://github.com/devmattrick/socketchat
Last synced: about 1 month ago
JSON representation
A simple chat program utilizing JavaScript web sockets.
- Host: GitHub
- URL: https://github.com/devmattrick/socketchat
- Owner: devmattrick
- Created: 2015-02-15T09:03:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T03:21:20.000Z (over 9 years ago)
- Last Synced: 2024-04-21T22:56:07.045Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocketChat
A simple chat program utilizing JavaScript web sockets.## Stuff to Try
```
*hello* will make the text bold.
~hello~ will make the text strikethrough.
_hello_ will make the text italic.YouTube and image links will be auto embedded.
You can post Emojis from your phone and they will be converted to images via [Twemoji](https://github.com/twitter/twemoji).
```## Planned
* Add support for the /me command
* Add flood control
* Add #hashtags support (autolink hashtags to a Twitter search)
* Add SoundCloud and Spotify support## Supported Devices
SocketChat should support any web browser that supports WebSockets.**Tested on:**
Chrome 40.0.2214.111 m
Android Chrome 5.0
iOS Safari 8.1.3
Windows Phone Internet Explorer 8.1
(Note: If you've tested it on a browser not listed, please open an issue)