Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgechev/scalable-architecture-demo


https://github.com/mgechev/scalable-architecture-demo

demo

Last synced: about 2 months ago
JSON representation

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).