A lovely paint chat application like a PaintChatApp built with Node.
Currently in development. see DEMO (below)
- reichat on Azure Websites (JP)
- reichat on Heroku (US)
Note: They are synchronized using Redis!
- Pen Input Support
- Layers
- Binary Pen / Pencil / Brush
- Pen / Pencil / Brush
- Watercolor Brush
- Pixel Copy / Move
- Zoom in / out / fullscreen
- Chat
- Stabilizer
- Pen Device (pressure/eraser supported)
- Wacom Cintiq
- Wacom Intuos
- Wacom feel IT
- Microsoft Surface Pen (Surface Pro 3 / Surface 3)
- Microsoft Pro Pen (Surface Pro / Surface Pro 2)
- Windows 8.1
- Internet Explorer 11
- Windows 10
- Microsoft Edge
- Mac OS X Yosemite (10.10)
- Google Chrome 44
- Mozilla Firefox 40
- Node.js
- Pointer Events (for Internet Explorer 11) see here
- PEP (Pointer Events Polyfill) see here
- HTML Canvas 2D Context
- Flagrate
$ npm install --global reichat
- open your Websites Dashboard on Portal.
- click
- select External repository and next.
- repository url is
https://github.com/kanreisa/reichat.git
. - done.
$ npm update --global reichat
$ reichat # start simply with default configurations
$ reichat --port 10133 --title "Example PaintChat Room"
$ reichat --version
$ reichat --help
commands don't needed. it works automatically.
reichat loads option values in the order of argument, config.json and ENV for each options.
option name | Argument | ENV (app settings) | config.json | default value |
---|---|---|---|---|
Path to config.json | --config | - | - | - |
Host | --host | HOST | host | 0.0.0.0 |
Port | --port | PORT | port | 10133 |
Title | --title | TITLE | title | PaintChat |
Canvas Width | --canvas-width | CANVAS_WIDTH | canvasWidth | 1920 |
Canvas Height | --canvas-height | CANVAS_HEIGHT | canvasHeight | 1080 |
Data Directory | --data-dir | DATA_DIR | dataDir | (tmpdir) |
Data File Prefix | --data-file-prefix | DATA_FILE_PREFIX | dataFilePrefix | reichat_ |
Redis Host | --redis-host | REDIS_HOST | redisHost | - |
Redis Port | --redis-port | REDIS_PORT | redisPort | 6379 |
Redis Password | --redis-password | REDIS_PASSWORD | redisPassword | - |
Redis Key Prefix | --redis-key-prefix | REDIS_KEY_PREFIX | redisKeyPrefix | - |
Max Paint Log Count | --max-paint-log-count | MAX_PAINT_LOG_COUNT | maxPaintLogCount | 2000 |
Max Chat Log Count | --max-chat-log-count | MAX_CHAT_LOG_COUNT | maxChatLogCount | 100 |
Forwarded Header | --forwarded-header | FORWARDED_HEADER | forwardedHeader | - |
if in trusted proxy you can use this option for logging.
XFF
- Eyedropper
Ctrl + Alt
- (Right Click)
- Eyedropper (Current Layer)
Ctrl + Shift + Alt
- (
Shift
+ Right Click) - Hand Tool (Panning)
Space
- Switch to Last Tool
Tab
- Focus to Chat
Enter
- /config
- /canvas
- /layers/0
- /layers/1
- /layers/2
- Currently, Pen Pressure supported on Windows.
- Please use Microsoft Edge or Internet Explorer 11.