Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshenfield/consolt
developer console chat room
https://github.com/mshenfield/consolt
Last synced: about 13 hours ago
JSON representation
developer console chat room
- Host: GitHub
- URL: https://github.com/mshenfield/consolt
- Owner: mshenfield
- Created: 2016-01-02T05:26:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T00:42:15.000Z (almost 9 years ago)
- Last Synced: 2024-06-11T20:35:53.239Z (5 months ago)
- Language: HTML
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consult
__developer console chat room__Modern browser console's are pretty amazing - you can do introspection, do performance analysis, drag and drop elements of the DOM, and [a whole lot more](https://developer.chrome.com/devtools/docs/console). I thought it would be fun to make a little chat room whose client and view lived entirely inside the chrome console.
And so, without further ado, here it is!
![screenshot of console chat room](consult.png)## Usage
To run:```
cd consolt
npm install
node lib/index.js
```Open two tabs at http://localhost:3000 and pull up the developer console in each to see it in action.
### Inside The Console
#### `chat(text)` (alias `c`)
Post a message to the chat room hosted on the page. Set a name with `setName` first.#### `setName(name)` (alias `s`)
Set your name in the chat room.## Contributing
As always, be respectful, contributions are welcome. Fork this project, report bugs, suggest enhancements, and submit pull requests.## License
[MIT](https://opensource.org/licenses/MIT) © [Max Shenfield](https://github.com/mshenfield)