Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellsimoens/Ux.data.WebSocketStore
Sencha Touch 2 and Ext JS 4 Store using SocketIO
https://github.com/mitchellsimoens/Ux.data.WebSocketStore
Last synced: 3 months ago
JSON representation
Sencha Touch 2 and Ext JS 4 Store using SocketIO
- Host: GitHub
- URL: https://github.com/mitchellsimoens/Ux.data.WebSocketStore
- Owner: mitchellsimoens
- Archived: true
- Created: 2012-05-04T17:05:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T17:33:58.000Z (over 12 years ago)
- Last Synced: 2024-06-22T22:03:30.386Z (6 months ago)
- Language: JavaScript
- Size: 10.4 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This uses socket.io both on frontend and in the node js server.
Required Node JS Modules
------------------------
* express
* connect-gzip
* socket.ioBuild for Ext JS
================You need to make sure index.html is using ext-debug.js and app.js. You also need to have the Node JS server running.
Mac
---
I have provided a build.sh file, just execute it and it should work.Windows
-------
Execute:```
sencha create jsb -a http://localhost:8080/ext4/ -p app.jsb3
sencha build -p app.jsb3 -d ./
```Build for Sencha Touch 2
========================Mac & Windows
-------------
```
sencha app build production
```