Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/scalable-architecture-demo
https://github.com/mgechev/scalable-architecture-demo
demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgechev/scalable-architecture-demo
- Owner: mgechev
- License: mit
- Created: 2016-04-10T13:29:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T18:28:57.000Z (almost 8 years ago)
- Last Synced: 2024-10-23T05:34:30.454Z (3 months ago)
- Topics: demo
- Language: TypeScript
- Size: 604 KB
- Stars: 135
- Watchers: 13
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Demo for the blog post ["Scalable Single-Page Application Architecture"](http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architecture/).
## How to start?
```
npm i
npm start
```Note that for the WebRTC multiplayer demo you will need a WebSocket server. You can find basic implementation [here](https://gist.github.com/mgechev/61d779255eb0de225d5ecafac9c7074e).