https://github.com/megos/electron-onsenui-chat
Electron x Onsen UI 2.0 x React.js x Socket.IO Chat Sample
https://github.com/megos/electron-onsenui-chat
electron onsen-ui socket-io
Last synced: 2 months ago
JSON representation
Electron x Onsen UI 2.0 x React.js x Socket.IO Chat Sample
- Host: GitHub
- URL: https://github.com/megos/electron-onsenui-chat
- Owner: megos
- Created: 2016-09-25T06:47:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T11:33:13.000Z (over 8 years ago)
- Last Synced: 2025-03-13T16:44:32.465Z (2 months ago)
- Topics: electron, onsen-ui, socket-io
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Onsen UI Chat
Onsen UI 2.0をElectronで使ったチャットサンプル## Requirement
- Electron## Usage
#### Server
``` $ node server/server.js ```
#### Client
``` $ jsx --harmony client/jsx/ client/build && electron . ```## Install
``` $ npm install ```## License
- MIT